Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: prerelease #3400

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions docstore/mongodocstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/wire v0.6.0
go.mongodb.org/mongo-driver v1.14.0
gocloud.dev v0.36.0
gocloud.dev v0.37.0
)

require (
Expand Down Expand Up @@ -78,5 +78,3 @@ require (
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

replace gocloud.dev => ../../
2 changes: 1 addition & 1 deletion internal/useragent/useragent.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

const (
prefix = "go-cloud"
version = "0.36.0"
version = "0.37.0"
)

// ClientOption returns an option.ClientOption that sets a Go CDK User-Agent.
Expand Down
4 changes: 1 addition & 3 deletions pubsub/kafkapubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go 1.20
require (
github.com/IBM/sarama v1.43.0
github.com/google/go-cmp v0.6.0
gocloud.dev v0.36.0
gocloud.dev v0.37.0
)

require (
Expand Down Expand Up @@ -86,5 +86,3 @@ require (
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

replace gocloud.dev => ../../
4 changes: 1 addition & 3 deletions pubsub/natspubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/nats-io/nats-server/v2 v2.9.23
github.com/nats-io/nats.go v1.33.1
gocloud.dev v0.36.0
gocloud.dev v0.37.0
)

require (
Expand All @@ -45,5 +45,3 @@ require (
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

replace gocloud.dev => ../../
4 changes: 1 addition & 3 deletions pubsub/rabbitpubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go 1.20

require (
github.com/rabbitmq/amqp091-go v1.9.0
gocloud.dev v0.36.0
gocloud.dev v0.37.0
)

require (
Expand Down Expand Up @@ -71,5 +71,3 @@ require (
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

replace gocloud.dev => ../../
4 changes: 1 addition & 3 deletions runtimevar/etcdvar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.6.0
go.etcd.io/etcd v3.3.27+incompatible
go.etcd.io/etcd/client/v3 v3.5.12
gocloud.dev v0.36.0
gocloud.dev v0.37.0
google.golang.org/grpc v1.62.1
)

Expand Down Expand Up @@ -79,5 +79,3 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

replace gocloud.dev => ../../
24 changes: 6 additions & 18 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ require (
github.com/gorilla/mux v1.8.1
github.com/streadway/amqp v1.0.0
go.opencensus.io v0.24.0
gocloud.dev v0.36.0
gocloud.dev/docstore/mongodocstore v0.36.0
gocloud.dev/pubsub/kafkapubsub v0.36.0
gocloud.dev/pubsub/natspubsub v0.36.0
gocloud.dev/pubsub/rabbitpubsub v0.36.0
gocloud.dev/secrets/hashivault v0.36.0
gocloud.dev v0.37.0
gocloud.dev/docstore/mongodocstore v0.37.0
gocloud.dev/pubsub/kafkapubsub v0.37.0
gocloud.dev/pubsub/natspubsub v0.37.0
gocloud.dev/pubsub/rabbitpubsub v0.37.0
gocloud.dev/secrets/hashivault v0.37.0
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7
gopkg.in/pipe.v2 v2.0.0-20140414041502-3c2ca4d52544
)
Expand Down Expand Up @@ -171,15 +171,3 @@ require (
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.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
4 changes: 1 addition & 3 deletions secrets/hashivault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go 1.20

require (
github.com/hashicorp/vault/api v1.12.0
gocloud.dev v0.36.0
gocloud.dev v0.37.0
)

require (
Expand Down Expand Up @@ -85,5 +85,3 @@ require (
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

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