Skip to content

Commit 3928b53

Browse files
build(deps): bump the dependabot group with 8 updates (#1066)
Bumps the dependabot group with 8 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.42.0` | `1.43.0` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.55.0` | `0.59.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.26.0` | `0.27.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.28.0` | `0.29.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.193.0` | `0.196.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.65.0` | `1.66.0` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240814211410-ddb44dafa142` | `0.0.0-20240903143218-8af14fe29dc1` | Updates `cloud.google.com/go/pubsub` from 1.42.0 to 1.43.0 - [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.42.0...pubsub/v1.43.0) Updates `github.com/prometheus/common` from 0.55.0 to 0.59.1 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.55.0...v0.59.1) Updates `golang.org/x/crypto` from 0.26.0 to 0.27.0 - [Commits](golang/crypto@v0.26.0...v0.27.0) Updates `golang.org/x/net` from 0.28.0 to 0.29.0 - [Commits](golang/net@v0.28.0...v0.29.0) Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0 - [Commits](golang/oauth2@v0.22.0...v0.23.0) Updates `google.golang.org/api` from 0.193.0 to 0.196.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.193.0...v0.196.0) Updates `google.golang.org/grpc` from 1.65.0 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.65.0...v1.66.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240903143218-8af14fe29dc1 - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependabot ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00f6c43 commit 3928b53

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.2
66

77
require (
88
cloud.google.com/go/datastore v1.19.0
9-
cloud.google.com/go/pubsub v1.42.0
9+
cloud.google.com/go/pubsub v1.43.0
1010
github.com/Microsoft/go-winio v0.6.2 // indirect
1111
github.com/Shopify/sarama v1.38.1
1212
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
@@ -44,21 +44,21 @@ require (
4444
github.com/ncw/swift v1.0.53
4545
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
4646
github.com/prometheus/client_golang v1.20.4
47-
github.com/prometheus/common v0.55.0
47+
github.com/prometheus/common v0.59.1
4848
github.com/rs/xid v1.6.0
4949
github.com/shirou/gopsutil v3.21.11+incompatible
5050
github.com/sirupsen/logrus v1.9.3
5151
github.com/spf13/cobra v1.8.1
5252
github.com/spf13/pflag v1.0.5
5353
github.com/stretchr/testify v1.9.0
5454
go.mongodb.org/mongo-driver v1.17.0
55-
golang.org/x/crypto v0.26.0
56-
golang.org/x/net v0.28.0
57-
golang.org/x/oauth2 v0.22.0
55+
golang.org/x/crypto v0.27.0
56+
golang.org/x/net v0.29.0
57+
golang.org/x/oauth2 v0.23.0
5858
golang.org/x/time v0.6.0
59-
google.golang.org/api v0.193.0
60-
google.golang.org/genproto v0.0.0-20240822170219-fc7c04adadcd // indirect
61-
google.golang.org/grpc v1.65.0
59+
google.golang.org/api v0.196.0
60+
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
61+
google.golang.org/grpc v1.66.0
6262
gopkg.in/olivere/elastic.v5 v5.0.86
6363
k8s.io/api v0.32.0-alpha.0
6464
k8s.io/apimachinery v0.32.0-alpha.0
@@ -69,16 +69,16 @@ require (
6969
github.com/gogo/protobuf v1.3.2
7070
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
7171
github.com/hashicorp/go-multierror v1.1.1
72-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
72+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
7373
google.golang.org/protobuf v1.34.2
7474
)
7575

7676
require (
7777
cloud.google.com/go v0.115.1 // indirect
78-
cloud.google.com/go/auth v0.9.0 // indirect
78+
cloud.google.com/go/auth v0.9.3 // indirect
7979
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
8080
cloud.google.com/go/compute/metadata v0.5.0 // indirect
81-
cloud.google.com/go/iam v1.1.13 // indirect
81+
cloud.google.com/go/iam v1.2.0 // indirect
8282
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
8383
github.com/OneOfOne/xxhash v1.2.8 // indirect
8484
github.com/beorn7/perks v1.0.1 // indirect
@@ -110,7 +110,7 @@ require (
110110
github.com/google/gofuzz v1.2.0 // indirect
111111
github.com/google/s2a-go v0.1.8 // indirect
112112
github.com/google/uuid v1.6.0 // indirect
113-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
113+
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
114114
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
115115
github.com/hashicorp/errwrap v1.1.0 // indirect
116116
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -160,17 +160,17 @@ require (
160160
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
161161
github.com/yusufpapurcu/wmi v1.2.4 // indirect
162162
go.opencensus.io v0.24.0 // indirect
163-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
164-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
165-
go.opentelemetry.io/otel v1.28.0 // indirect
163+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
164+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
165+
go.opentelemetry.io/otel v1.29.0 // indirect
166166
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect
167-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
168-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
167+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
168+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
169169
golang.org/x/sync v0.8.0 // indirect
170-
golang.org/x/sys v0.24.0 // indirect
171-
golang.org/x/term v0.23.0 // indirect
172-
golang.org/x/text v0.17.0 // indirect
173-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
170+
golang.org/x/sys v0.25.0 // indirect
171+
golang.org/x/term v0.24.0 // indirect
172+
golang.org/x/text v0.18.0 // indirect
173+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
174174
gopkg.in/inf.v0 v0.9.1 // indirect
175175
gopkg.in/yaml.v2 v2.4.0 // indirect
176176
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)