Skip to content

Commit 2fb4093

Browse files
🌱 Bump cloud.google.com/go/pubsub from 1.21.1 to 1.23.1 (#2014)
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.21.1 to 1.23.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.21.1...pubsub/v1.23.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3957460 commit 2fb4093

File tree

2 files changed

+67
-30
lines changed

2 files changed

+67
-30
lines changed

go.mod

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
require (
1313
cloud.google.com/go/bigquery v1.32.0
1414
cloud.google.com/go/monitoring v1.4.0 // indirect
15-
cloud.google.com/go/pubsub v1.21.1
15+
cloud.google.com/go/pubsub v1.23.1
1616
cloud.google.com/go/trace v1.2.0 // indirect
1717
contrib.go.opencensus.io/exporter/stackdriver v0.13.12
1818
github.com/bombsimon/logrusr/v2 v2.0.1
@@ -37,7 +37,7 @@ require (
3737
gocloud.dev v0.25.0
3838
golang.org/x/text v0.3.7
3939
golang.org/x/tools v0.1.10
40-
google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46
40+
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad
4141
google.golang.org/protobuf v1.28.0
4242
gopkg.in/yaml.v2 v2.4.0
4343
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99
@@ -52,10 +52,10 @@ require (
5252
)
5353

5454
require (
55-
cloud.google.com/go v0.100.2 // indirect
56-
cloud.google.com/go/compute v1.6.1 // indirect
55+
cloud.google.com/go v0.102.1 // indirect
56+
cloud.google.com/go/compute v1.7.0 // indirect
5757
cloud.google.com/go/iam v0.3.0 // indirect
58-
cloud.google.com/go/storage v1.22.0 // indirect
58+
cloud.google.com/go/storage v1.22.1 // indirect
5959
github.com/Microsoft/go-winio v0.5.2 // indirect
6060
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
6161
github.com/acomagu/bufpipe v1.0.3 // indirect
@@ -78,8 +78,10 @@ require (
7878
github.com/golang/protobuf v1.5.2 // indirect
7979
github.com/google/go-github/v41 v41.0.0 // indirect
8080
github.com/google/go-querystring v1.1.0 // indirect
81+
github.com/google/uuid v1.3.0 // indirect
8182
github.com/google/wire v0.5.0 // indirect
82-
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
83+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
84+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
8385
github.com/googleapis/go-type-adapters v1.0.0 // indirect
8486
github.com/imdario/mergo v0.3.12 // indirect
8587
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -104,14 +106,14 @@ require (
104106
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
105107
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
106108
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
107-
golang.org/x/net v0.0.0-20220516155154-20f960328961 // indirect
108-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
109-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
110-
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
111-
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
112-
google.golang.org/api v0.76.0 // indirect
109+
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
110+
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
111+
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
112+
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
113+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
114+
google.golang.org/api v0.85.0 // indirect
113115
google.golang.org/appengine v1.6.7 // indirect
114-
google.golang.org/grpc v1.45.0 // indirect
116+
google.golang.org/grpc v1.47.0 // indirect
115117
gopkg.in/warnings.v0 v0.1.2 // indirect
116118
)
117119

0 commit comments

Comments
 (0)