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

fix: bump cloud.google.com/go/pubsub from 1.2.0 to 1.15.0 #9655

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/influxdata/telegraf
go 1.17

require (
cloud.google.com/go v0.56.0
cloud.google.com/go/bigquery v1.4.0
cloud.google.com/go/pubsub v1.2.0
cloud.google.com/go v0.90.0
cloud.google.com/go/bigquery v1.8.0
cloud.google.com/go/pubsub v1.15.0
code.cloudfoundry.org/clock v1.0.0 // indirect
collectd.org v0.5.0
github.com/Azure/azure-amqp-common-go/v3 v3.0.0 // indirect
Expand Down Expand Up @@ -267,7 +267,7 @@ require (
github.com/yuin/gopher-lua v0.0.0-20180630135845-46796da1b0b4 // indirect
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
go.mongodb.org/mongo-driver v1.5.3
go.opencensus.io v0.22.3 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/collector/model v0.0.0-20210723184018-3b7d6ce4830c
go.starlark.net v0.0.0-20210406145628-7a1108eaa012
go.uber.org/atomic v1.7.0 // indirect
Expand All @@ -276,20 +276,20 @@ require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.1.2
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/tools v0.1.5
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.zx2c4.com/wireguard v0.0.20200121 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200205215550-e35592f146e4
google.golang.org/api v0.29.0
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08
google.golang.org/grpc v1.39.0
google.golang.org/api v0.54.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c
google.golang.org/grpc v1.39.1
google.golang.org/protobuf v1.27.1
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/djherbis/times.v1 v1.2.0
Expand All @@ -310,7 +310,6 @@ require (
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gotest.tools v2.2.0+incompatible
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.20.4
Expand Down
Loading