Skip to content

Commit

Permalink
all: postrelease (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Mar 4, 2023
1 parent 6239712 commit 48680fe
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 @@ -26,3 +26,5 @@ require (
go.mongodb.org/mongo-driver v1.11.2
gocloud.dev v0.29.0
)

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 @@ -23,3 +23,5 @@ require (
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
gocloud.dev v0.29.0
)

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 @@ -22,3 +22,5 @@ require (
github.com/nats-io/nats.go v1.23.0
gocloud.dev v0.29.0
)

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 @@ -20,3 +20,5 @@ require (
github.com/rabbitmq/amqp091-go v1.7.0
gocloud.dev v0.29.0
)

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 @@ -25,3 +25,5 @@ require (
gocloud.dev v0.29.0
google.golang.org/grpc v1.53.0
)

replace gocloud.dev => ../../
12 changes: 12 additions & 0 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ require (
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc
gopkg.in/pipe.v2 v2.0.0-20140414041502-3c2ca4d52544
)

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 @@ -26,3 +26,5 @@ require (
gocloud.dev v0.29.0
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)

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

0 comments on commit 48680fe

Please sign in to comment.