Skip to content

Commit b856225

Browse files
fix(civil): add replace directive for civil module in spanner test
Fixes the vet.sh failure after civil was extracted into its own module. The spanner test module replaced the root cloud.google.com/go with a local path, but that path no longer contains the civil package.
1 parent e045c61 commit b856225

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • spanner/test/opentelemetry/test

spanner/test/opentelemetry/test/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.25.8
44

55
replace (
66
cloud.google.com/go => ../../../../
7+
cloud.google.com/go/civil => ../../../../civil
78
cloud.google.com/go/spanner => ../../..
89
)
910

@@ -23,6 +24,7 @@ require (
2324
cloud.google.com/go v0.123.0 // indirect
2425
cloud.google.com/go/auth v0.20.0 // indirect
2526
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
27+
cloud.google.com/go/civil v0.0.0-00010101000000-000000000000 // indirect
2628
cloud.google.com/go/compute/metadata v0.9.0 // indirect
2729
cloud.google.com/go/iam v1.11.0 // indirect
2830
cloud.google.com/go/longrunning v1.0.0 // indirect

0 commit comments

Comments
 (0)