Skip to content

Commit

Permalink
all: postrelease (google#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored and ybourgery committed Jan 25, 2024
1 parent dec18e7 commit f286071
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docstore/mongodocstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ require (
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions pubsub/kafkapubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ require (
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions pubsub/natspubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ require (
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions pubsub/rabbitpubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ require (
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions runtimevar/etcdvar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../../
12 changes: 12 additions & 0 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,15 @@ require (
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../

replace gocloud.dev/docstore/mongodocstore => ../docstore/mongodocstore

replace gocloud.dev/pubsub/kafkapubsub => ../pubsub/kafkapubsub

replace gocloud.dev/pubsub/natspubsub => ../pubsub/natspubsub

replace gocloud.dev/pubsub/rabbitpubsub => ../pubsub/rabbitpubsub

replace gocloud.dev/secrets/hashivault => ../secrets/hashivault
2 changes: 2 additions & 0 deletions secrets/hashivault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ require (
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace gocloud.dev => ../../

0 comments on commit f286071

Please sign in to comment.