Skip to content

Commit

Permalink
all: postrelease (#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored Oct 10, 2024
1 parent ce6d5c1 commit e9bda0a
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 @@ -77,3 +77,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // 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 @@ -85,3 +85,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // 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 @@ -44,3 +44,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // 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 @@ -70,3 +70,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // 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 @@ -79,3 +79,5 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
google.golang.org/protobuf v1.34.2 // 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 @@ -170,3 +170,15 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // 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 @@ -84,3 +84,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

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

0 comments on commit e9bda0a

Please sign in to comment.