Skip to content

Commit

Permalink
all: prep for release (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored Mar 4, 2023
1 parent 3348a6a commit 973ec87
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions docstore/mongodocstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ require (
go.mongodb.org/mongo-driver v1.11.2
gocloud.dev v0.28.0
)

replace gocloud.dev => ../../
2 changes: 0 additions & 2 deletions pubsub/kafkapubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ require (
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
gocloud.dev v0.28.0
)

replace gocloud.dev => ../../
2 changes: 0 additions & 2 deletions pubsub/natspubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ require (
github.com/nats-io/nats.go v1.23.0
gocloud.dev v0.28.0
)

replace gocloud.dev => ../../
2 changes: 0 additions & 2 deletions pubsub/rabbitpubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ require (
github.com/rabbitmq/amqp091-go v1.7.0
gocloud.dev v0.28.0
)

replace gocloud.dev => ../../
2 changes: 0 additions & 2 deletions runtimevar/etcdvar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ require (
gocloud.dev v0.28.0
google.golang.org/grpc v1.53.0
)

replace gocloud.dev => ../../
12 changes: 0 additions & 12 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,3 @@ 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: 0 additions & 2 deletions secrets/hashivault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ require (
gocloud.dev v0.28.0
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)

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

0 comments on commit 973ec87

Please sign in to comment.