Skip to content

Commit

Permalink
all: prerelease take 2 (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Jul 19, 2023
1 parent 838a8fd commit 728b7c1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docstore/mongodocstore/go.mod
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.5.9
github.com/google/wire v0.5.0
go.mongodb.org/mongo-driver v1.12.0
gocloud.dev v0.31.0
gocloud.dev v0.32.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion internal/useragent/useragent.go
Expand Up @@ -26,7 +26,7 @@ import (

const (
prefix = "go-cloud"
version = "0.31.0"
version = "0.32.0"
)

// ClientOption returns an option.ClientOption that sets a Go CDK User-Agent.
Expand Down
2 changes: 1 addition & 1 deletion pubsub/kafkapubsub/go.mod
Expand Up @@ -19,7 +19,7 @@ go 1.19
require (
github.com/Shopify/sarama v1.38.1
github.com/google/go-cmp v0.5.9
gocloud.dev v0.31.0
gocloud.dev v0.32.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion pubsub/natspubsub/go.mod
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.5.9
github.com/nats-io/nats-server/v2 v2.7.2
github.com/nats-io/nats.go v1.27.1
gocloud.dev v0.31.0
gocloud.dev v0.32.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion pubsub/rabbitpubsub/go.mod
Expand Up @@ -18,7 +18,7 @@ go 1.19

require (
github.com/rabbitmq/amqp091-go v1.8.1
gocloud.dev v0.31.0
gocloud.dev v0.32.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion runtimevar/etcdvar/go.mod
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.5.9
go.etcd.io/etcd v3.3.27+incompatible
go.etcd.io/etcd/client/v3 v3.5.9
gocloud.dev v0.31.0
gocloud.dev v0.32.0
google.golang.org/grpc v1.56.2
)

Expand Down
12 changes: 6 additions & 6 deletions samples/go.mod
Expand Up @@ -29,12 +29,12 @@ require (
github.com/gorilla/mux v1.8.0
github.com/streadway/amqp v1.0.0
go.opencensus.io v0.24.0
gocloud.dev v0.31.0
gocloud.dev/docstore/mongodocstore v0.31.0
gocloud.dev/pubsub/kafkapubsub v0.31.0
gocloud.dev/pubsub/natspubsub v0.31.0
gocloud.dev/pubsub/rabbitpubsub v0.31.0
gocloud.dev/secrets/hashivault v0.31.0
gocloud.dev v0.32.0
gocloud.dev/docstore/mongodocstore v0.32.0
gocloud.dev/pubsub/kafkapubsub v0.32.0
gocloud.dev/pubsub/natspubsub v0.32.0
gocloud.dev/pubsub/rabbitpubsub v0.32.0
gocloud.dev/secrets/hashivault v0.32.0
google.golang.org/genproto v0.0.0-20230717213848-3f92550aa753
gopkg.in/pipe.v2 v2.0.0-20140414041502-3c2ca4d52544
)
Expand Down
2 changes: 1 addition & 1 deletion secrets/hashivault/go.mod
Expand Up @@ -18,7 +18,7 @@ go 1.19

require (
github.com/hashicorp/vault/api v1.9.2
gocloud.dev v0.31.0
gocloud.dev v0.32.0
)

require (
Expand Down

0 comments on commit 728b7c1

Please sign in to comment.