Skip to content

Commit ab732c4

Browse files
authored
all: postrelease (#3532)
1 parent 29a0e12 commit ab732c4

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

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.71.0 // indirect
7979
google.golang.org/protobuf v1.36.6 // 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
@@ -86,3 +86,5 @@ require (
8686
google.golang.org/grpc v1.71.0 // indirect
8787
google.golang.org/protobuf v1.36.6 // indirect
8888
)
89+
90+
replace gocloud.dev => ../../

pubsub/natspubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ require (
4444
google.golang.org/grpc v1.71.0 // indirect
4545
google.golang.org/protobuf v1.36.6 // indirect
4646
)
47+
48+
replace gocloud.dev => ../../

pubsub/rabbitpubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ require (
7171
google.golang.org/grpc v1.71.0 // indirect
7272
google.golang.org/protobuf v1.36.6 // indirect
7373
)
74+
75+
replace gocloud.dev => ../../

runtimevar/etcdvar/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ require (
8080
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
8181
google.golang.org/protobuf v1.36.6 // indirect
8282
)
83+
84+
replace gocloud.dev => ../../

samples/go.mod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,15 @@ require (
183183
google.golang.org/grpc v1.71.0 // indirect
184184
google.golang.org/protobuf v1.36.6 // indirect
185185
)
186+
187+
replace gocloud.dev => ../
188+
189+
replace gocloud.dev/docstore/mongodocstore => ../docstore/mongodocstore
190+
191+
replace gocloud.dev/pubsub/kafkapubsub => ../pubsub/kafkapubsub
192+
193+
replace gocloud.dev/pubsub/natspubsub => ../pubsub/natspubsub
194+
195+
replace gocloud.dev/pubsub/rabbitpubsub => ../pubsub/rabbitpubsub
196+
197+
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
@@ -85,3 +85,5 @@ require (
8585
google.golang.org/grpc v1.71.0 // indirect
8686
google.golang.org/protobuf v1.36.6 // indirect
8787
)
88+
89+
replace gocloud.dev => ../../

0 commit comments

Comments
 (0)