Skip to content

Commit c05c47f

Browse files
dependabot[bot]poiana
authored andcommitted
build(deps): bump the gomod group across 1 directory with 9 updates
Bumps the gomod group with 4 updates in the / directory: [cloud.google.com/go/functions](https://github.com/googleapis/google-cloud-go), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `cloud.google.com/go/functions` from 1.19.3 to 1.19.4 - [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@asset/v1.19.3...asset/v1.19.4) Updates `github.com/prometheus/client_golang` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.0...v1.21.1) Updates `golang.org/x/sync` from 0.11.0 to 0.12.0 - [Commits](golang/sync@v0.11.0...v0.12.0) Updates `golang.org/x/text` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.22.0...v0.23.0) Updates `google.golang.org/api` from 0.223.0 to 0.224.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.223.0...v0.224.0) Updates `google.golang.org/genproto` from 0.0.0-20250127172529-29210b9bc287 to 0.0.0-20250303144028-a0af3efb3deb - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `k8s.io/api` from 0.32.2 to 0.32.3 - [Commits](kubernetes/api@v0.32.2...v0.32.3) Updates `k8s.io/apimachinery` from 0.32.2 to 0.32.3 - [Commits](kubernetes/apimachinery@v0.32.2...v0.32.3) Updates `k8s.io/client-go` from 0.32.2 to 0.32.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.2...v0.32.3) --- updated-dependencies: - dependency-name: cloud.google.com/go/functions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/genproto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f3d150 commit c05c47f

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

go.mod

+22-22
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.23.4
66

77
require (
8-
cloud.google.com/go/functions v1.19.3
8+
cloud.google.com/go/functions v1.19.4
99
cloud.google.com/go/pubsub v1.47.0
1010
cloud.google.com/go/storage v1.50.0
1111
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
@@ -25,7 +25,7 @@ require (
2525
github.com/jackc/pgx/v5 v5.7.2
2626
github.com/nats-io/nats.go v1.39.1
2727
github.com/nats-io/stan.go v0.10.4
28-
github.com/prometheus/client_golang v1.21.0
28+
github.com/prometheus/client_golang v1.21.1
2929
github.com/rabbitmq/amqp091-go v1.10.0
3030
github.com/redis/go-redis/v9 v9.7.3
3131
github.com/segmentio/kafka-go v0.4.47
@@ -48,25 +48,25 @@ require (
4848
go.opentelemetry.io/otel/sdk/metric v1.34.0
4949
go.opentelemetry.io/otel/trace v1.35.0
5050
golang.org/x/oauth2 v0.27.0
51-
golang.org/x/sync v0.11.0
52-
golang.org/x/text v0.22.0
53-
google.golang.org/api v0.223.0
54-
google.golang.org/genproto v0.0.0-20250127172529-29210b9bc287
55-
k8s.io/api v0.32.2
56-
k8s.io/apimachinery v0.32.2
57-
k8s.io/client-go v0.32.2
51+
golang.org/x/sync v0.12.0
52+
golang.org/x/text v0.23.0
53+
google.golang.org/api v0.224.0
54+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb
55+
k8s.io/api v0.32.3
56+
k8s.io/apimachinery v0.32.3
57+
k8s.io/client-go v0.32.3
5858
sigs.k8s.io/wg-policy-prototypes v0.0.0-20240327135653-0fc2ddc5d3e3
5959
)
6060

6161
require (
6262
cel.dev/expr v0.19.2 // indirect
63-
cloud.google.com/go v0.118.1 // indirect
63+
cloud.google.com/go v0.118.3 // indirect
6464
cloud.google.com/go/auth v0.15.0 // indirect
6565
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
6666
cloud.google.com/go/compute/metadata v0.6.0 // indirect
67-
cloud.google.com/go/iam v1.3.1 // indirect
68-
cloud.google.com/go/longrunning v0.6.4 // indirect
69-
cloud.google.com/go/monitoring v1.23.0 // indirect
67+
cloud.google.com/go/iam v1.4.1 // indirect
68+
cloud.google.com/go/longrunning v0.6.5 // indirect
69+
cloud.google.com/go/monitoring v1.24.0 // indirect
7070
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
7171
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
7272
github.com/Azure/go-amqp v1.3.0 // indirect
@@ -87,7 +87,7 @@ require (
8787
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8888
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
8989
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
90-
github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
90+
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
9191
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
9292
github.com/felixge/httpsnoop v1.0.4 // indirect
9393
github.com/fsnotify/fsnotify v1.8.0 // indirect
@@ -106,7 +106,7 @@ require (
106106
github.com/google/go-querystring v1.1.0 // indirect
107107
github.com/google/gofuzz v1.2.0 // indirect
108108
github.com/google/s2a-go v0.1.9 // indirect
109-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
109+
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
110110
github.com/gorilla/websocket v1.5.3 // indirect
111111
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
112112
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -159,16 +159,16 @@ require (
159159
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
160160
go.uber.org/multierr v1.11.0 // indirect
161161
go.uber.org/zap v1.27.0 // indirect
162-
golang.org/x/crypto v0.35.0 // indirect
162+
golang.org/x/crypto v0.36.0 // indirect
163163
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
164-
golang.org/x/net v0.36.0 // indirect
165-
golang.org/x/sys v0.30.0 // indirect
166-
golang.org/x/term v0.29.0 // indirect
164+
golang.org/x/net v0.37.0 // indirect
165+
golang.org/x/sys v0.31.0 // indirect
166+
golang.org/x/term v0.30.0 // indirect
167167
golang.org/x/time v0.10.0 // indirect
168168
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
169-
google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 // indirect
170-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
171-
google.golang.org/grpc v1.70.0 // indirect
169+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
170+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
171+
google.golang.org/grpc v1.71.0 // indirect
172172
google.golang.org/protobuf v1.36.5 // indirect
173173
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
174174
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)