Skip to content

Commit 00f4738

Browse files
authored
all: postrelease (#3642)
1 parent a52bb66 commit 00f4738

File tree

8 files changed

+33
-9
lines changed

8 files changed

+33
-9
lines changed

docstore/awsdynamodb/v2/testdata/TestQueryErrors.replay

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docstore/mongodocstore/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ require (
7878
google.golang.org/grpc v1.74.2 // indirect
7979
google.golang.org/protobuf v1.36.7 // indirect
8080
)
81+
82+
replace gocloud.dev => ../../

pubsub/kafkapubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ require (
8787
google.golang.org/grpc v1.74.2 // indirect
8888
google.golang.org/protobuf v1.36.7 // indirect
8989
)
90+
91+
replace gocloud.dev => ../../

pubsub/natspubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ require (
5353
google.golang.org/grpc v1.74.2 // indirect
5454
google.golang.org/protobuf v1.36.7 // indirect
5555
)
56+
57+
replace gocloud.dev => ../../

pubsub/rabbitpubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ require (
7272
google.golang.org/grpc v1.74.2 // indirect
7373
google.golang.org/protobuf v1.36.7 // indirect
7474
)
75+
76+
replace gocloud.dev => ../../

runtimevar/etcdvar/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ require (
8282
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
8383
google.golang.org/protobuf v1.36.7 // indirect
8484
)
85+
86+
replace gocloud.dev => ../../

samples/go.mod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,15 @@ require (
219219
google.golang.org/grpc v1.74.2 // indirect
220220
google.golang.org/protobuf v1.36.7 // indirect
221221
)
222+
223+
replace gocloud.dev => ../
224+
225+
replace gocloud.dev/docstore/mongodocstore => ../docstore/mongodocstore
226+
227+
replace gocloud.dev/pubsub/kafkapubsub => ../pubsub/kafkapubsub
228+
229+
replace gocloud.dev/pubsub/natspubsub => ../pubsub/natspubsub
230+
231+
replace gocloud.dev/pubsub/rabbitpubsub => ../pubsub/rabbitpubsub
232+
233+
replace gocloud.dev/secrets/hashivault => ../secrets/hashivault

secrets/hashivault/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ require (
8686
google.golang.org/grpc v1.74.2 // indirect
8787
google.golang.org/protobuf v1.36.7 // indirect
8888
)
89+
90+
replace gocloud.dev => ../../

0 commit comments

Comments
 (0)