Skip to content

Commit fa4d6d2

Browse files
Bump the gomod-backward-compatible group across 1 directory with 10 updates (#1037)
Bumps the gomod-backward-compatible group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.2` | `1.36.3` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.0` | `1.21.1` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.222.0` | `0.227.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.2` | `0.32.3` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.2` | `0.32.3` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.2` | `0.20.3` | | [github.com/hashicorp/go-secure-stdlib/parseutil](https://github.com/hashicorp/go-secure-stdlib) | `0.1.9` | `0.2.0` | Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.2...v1.36.3) 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/crypto` from 0.35.0 to 0.36.0 - [Commits](golang/crypto@v0.35.0...v0.36.0) Updates `google.golang.org/api` from 0.222.0 to 0.227.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.222.0...v0.227.0) Updates `k8s.io/api` from 0.32.2 to 0.32.3 - [Commits](kubernetes/api@v0.32.2...v0.32.3) Updates `k8s.io/apiextensions-apiserver` from 0.32.2 to 0.32.3 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@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) Updates `sigs.k8s.io/controller-runtime` from 0.20.2 to 0.20.3 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3) Updates `github.com/hashicorp/go-secure-stdlib/parseutil` from 0.1.9 to 0.2.0 - [Release notes](https://github.com/hashicorp/go-secure-stdlib/releases) - [Commits](hashicorp/go-secure-stdlib@parseutil/v0.1.9...awsutil/v0.2.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: github.com/hashicorp/go-secure-stdlib/parseutil dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 484c3d2 commit fa4d6d2

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ require (
2424
github.com/hashicorp/vault/sdk v0.13.0
2525
github.com/kelseyhightower/envconfig v1.4.0
2626
github.com/onsi/ginkgo v1.16.5
27-
github.com/onsi/gomega v1.36.2
28-
github.com/prometheus/client_golang v1.21.0
27+
github.com/onsi/gomega v1.36.3
28+
github.com/prometheus/client_golang v1.21.1
2929
github.com/prometheus/client_model v0.6.1
3030
github.com/stretchr/testify v1.10.0
31-
golang.org/x/crypto v0.35.0
32-
google.golang.org/api v0.222.0
31+
golang.org/x/crypto v0.36.0
32+
google.golang.org/api v0.227.0
3333
gopkg.in/yaml.v3 v3.0.1
34-
k8s.io/api v0.32.2
35-
k8s.io/apiextensions-apiserver v0.32.2
36-
k8s.io/apimachinery v0.32.2
37-
k8s.io/client-go v0.32.2
34+
k8s.io/api v0.32.3
35+
k8s.io/apiextensions-apiserver v0.32.3
36+
k8s.io/apimachinery v0.32.3
37+
k8s.io/client-go v0.32.3
3838
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
39-
sigs.k8s.io/controller-runtime v0.20.2
39+
sigs.k8s.io/controller-runtime v0.20.3
4040
sigs.k8s.io/yaml v1.4.0
4141
)
4242

@@ -89,13 +89,13 @@ require (
8989
github.com/jackc/puddle/v2 v2.2.2 // indirect
9090
github.com/x448/float16 v0.8.4 // indirect
9191
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
92-
golang.org/x/mod v0.22.0 // indirect
93-
golang.org/x/tools v0.28.0 // indirect
92+
golang.org/x/mod v0.23.0 // indirect
93+
golang.org/x/tools v0.30.0 // indirect
9494
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9595
)
9696

9797
require (
98-
cloud.google.com/go/auth v0.14.1 // indirect
98+
cloud.google.com/go/auth v0.15.0 // indirect
9999
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
100100
github.com/Masterminds/goutils v1.1.1 // indirect
101101
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -130,10 +130,10 @@ require (
130130
github.com/gogo/protobuf v1.3.2 // indirect
131131
github.com/golang/protobuf v1.5.4 // indirect
132132
github.com/google/gnostic-models v0.6.8 // indirect
133-
github.com/google/go-cmp v0.6.0 // indirect
133+
github.com/google/go-cmp v0.7.0 // indirect
134134
github.com/google/gofuzz v1.2.0 // indirect
135135
github.com/google/s2a-go v0.1.9 // indirect
136-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
136+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
137137
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
138138
github.com/gorilla/websocket v1.5.0 // indirect
139139
github.com/gruntwork-io/go-commons v0.8.0 // indirect
@@ -142,7 +142,7 @@ require (
142142
github.com/hashicorp/go-multierror v1.1.1 // indirect
143143
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
144144
github.com/hashicorp/go-safetemp v1.0.0 // indirect
145-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9
145+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
146146
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
147147
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
148148
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
@@ -191,22 +191,22 @@ require (
191191
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
192192
github.com/zclconf/go-cty v1.15.0 // indirect
193193
go.mongodb.org/mongo-driver v1.14.0 // indirect
194-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
194+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
195195
go.opentelemetry.io/otel v1.34.0 // indirect
196196
go.opentelemetry.io/otel/metric v1.34.0 // indirect
197197
go.opentelemetry.io/otel/trace v1.34.0 // indirect
198198
go.uber.org/multierr v1.11.0 // indirect
199199
go.uber.org/zap v1.27.0 // indirect
200-
golang.org/x/net v0.36.0 // indirect
201-
golang.org/x/oauth2 v0.27.0 // indirect
202-
golang.org/x/sync v0.11.0 // indirect
203-
golang.org/x/sys v0.30.0 // indirect
204-
golang.org/x/term v0.29.0 // indirect
205-
golang.org/x/text v0.22.0 // indirect
206-
golang.org/x/time v0.10.0 // indirect
200+
golang.org/x/net v0.37.0 // indirect
201+
golang.org/x/oauth2 v0.28.0 // indirect
202+
golang.org/x/sync v0.12.0 // indirect
203+
golang.org/x/sys v0.31.0 // indirect
204+
golang.org/x/term v0.30.0 // indirect
205+
golang.org/x/text v0.23.0 // indirect
206+
golang.org/x/time v0.11.0 // indirect
207207
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
208-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250212204824-5a70512c5d8b // indirect
209-
google.golang.org/grpc v1.70.0 // indirect
208+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
209+
google.golang.org/grpc v1.71.0 // indirect
210210
google.golang.org/protobuf v1.36.5 // indirect
211211
gopkg.in/inf.v0 v0.9.1 // indirect
212212
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)