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