Skip to content

Commit 5b71424

Browse files
committed
all: prerelease v0.23.0
1 parent d284dbe commit 5b71424

File tree

6 files changed

+0
-22
lines changed

6 files changed

+0
-22
lines changed

docstore/mongodocstore/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ require (
2323
go.mongodb.org/mongo-driver v1.5.2
2424
gocloud.dev v0.22.0
2525
)
26-
27-
replace gocloud.dev => ../../

pubsub/kafkapubsub/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ require (
2121
github.com/google/go-cmp v0.5.5
2222
gocloud.dev v0.22.0
2323
)
24-
25-
replace gocloud.dev => ../../

pubsub/natspubsub/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ require (
2323
github.com/nats-io/nats.go v1.11.0
2424
gocloud.dev v0.22.0
2525
)
26-
27-
replace gocloud.dev => ../../

pubsub/rabbitpubsub/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ require (
2020
github.com/streadway/amqp v1.0.0
2121
gocloud.dev v0.22.0
2222
)
23-
24-
replace gocloud.dev => ../../

samples/go.mod

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,3 @@ require (
3939
google.golang.org/genproto v0.0.0-20210506142907-4a47615972c2
4040
gopkg.in/pipe.v2 v2.0.0-20140414041502-3c2ca4d52544
4141
)
42-
43-
replace gocloud.dev => ../
44-
45-
replace gocloud.dev/docstore/mongodocstore => ../docstore/mongodocstore
46-
47-
replace gocloud.dev/pubsub/kafkapubsub => ../pubsub/kafkapubsub
48-
49-
replace gocloud.dev/pubsub/natspubsub => ../pubsub/natspubsub
50-
51-
replace gocloud.dev/pubsub/rabbitpubsub => ../pubsub/rabbitpubsub
52-
53-
replace gocloud.dev/secrets/hashivault => ../secrets/hashivault

secrets/hashivault/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ require (
2626
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
2727
gocloud.dev v0.22.0
2828
)
29-
30-
replace gocloud.dev => ../../

0 commit comments

Comments
 (0)