Skip to content

Commit 496a3c7

Browse files
authored
chore: Update go.mod (#1830)
During the latest deployment #1829, it was flagged with having an outdated `go.mod` file. This commit pushes that outdated file.
1 parent 2f4696c commit 496a3c7

File tree

1 file changed

+1
-1
lines changed
  • workflows/steps/services/wpt_consumer

1 file changed

+1
-1
lines changed

workflows/steps/services/wpt_consumer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ replace github.com/GoogleChrome/webstatus.dev/lib/gen => ../../../../lib/gen
88

99
require (
1010
github.com/GoogleChrome/webstatus.dev/lib v0.0.0-20250910222635-604d7daa3a0a
11-
github.com/GoogleChrome/webstatus.dev/lib/gen v0.0.0-20250910222635-604d7daa3a0a
1211
github.com/google/go-github/v74 v74.0.0
1312
github.com/web-platform-tests/wpt.fyi v0.0.0-20250910182517-4c8fc9ff3d8d
1413
)
@@ -27,6 +26,7 @@ require (
2726
cloud.google.com/go/monitoring v1.24.2 // indirect
2827
cloud.google.com/go/secretmanager v1.15.0 // indirect
2928
cloud.google.com/go/spanner v1.84.1 // indirect
29+
github.com/GoogleChrome/webstatus.dev/lib/gen v0.0.0-20250910222635-604d7daa3a0a // indirect
3030
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
3131
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
3232
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect

0 commit comments

Comments
 (0)