File tree Expand file tree Collapse file tree 8 files changed +33
-9
lines changed
Expand file tree Collapse file tree 8 files changed +33
-9
lines changed Original file line number Diff line number Diff 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 => ../../
Original file line number Diff line number Diff 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 => ../../
Original file line number Diff line number Diff 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 => ../../
Original file line number Diff line number Diff 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 => ../../
Original file line number Diff line number Diff 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 => ../../
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 => ../../
You can’t perform that action at this time.
0 commit comments