Skip to content

Commit c834ae8

Browse files
Bump the gomod-backward-compatible group across 1 directory with 8 updates (#1014)
Bumps the gomod-backward-compatible group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.48.1` | `0.48.2` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.32.0` | `0.33.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.218.0` | `0.221.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.1` | `0.20.2` | Updates `github.com/gruntwork-io/terratest` from 0.48.1 to 0.48.2 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.48.1...v0.48.2) Updates `golang.org/x/crypto` from 0.32.0 to 0.33.0 - [Commits](golang/crypto@v0.32.0...v0.33.0) Updates `google.golang.org/api` from 0.218.0 to 0.221.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.218.0...v0.221.0) Updates `k8s.io/api` from 0.32.1 to 0.32.2 - [Commits](kubernetes/api@v0.32.1...v0.32.2) Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.2) Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 - [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2) Updates `k8s.io/client-go` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.1...v0.32.2) Updates `sigs.k8s.io/controller-runtime` from 0.20.1 to 0.20.2 - [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.1...v0.20.2) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df17fb9 commit c834ae8

File tree

2 files changed

+81
-78
lines changed

2 files changed

+81
-78
lines changed

go.mod

+25-24
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/go-openapi/runtime v0.28.0
1414
github.com/go-openapi/strfmt v0.23.0
1515
github.com/google/uuid v1.6.0
16-
github.com/gruntwork-io/terratest v0.48.1
16+
github.com/gruntwork-io/terratest v0.48.2
1717
github.com/hashicorp/go-hclog v1.6.3
1818
github.com/hashicorp/go-rootcerts v1.0.2
1919
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0
@@ -28,15 +28,15 @@ require (
2828
github.com/prometheus/client_golang v1.20.5
2929
github.com/prometheus/client_model v0.6.1
3030
github.com/stretchr/testify v1.10.0
31-
golang.org/x/crypto v0.32.0
32-
google.golang.org/api v0.218.0
31+
golang.org/x/crypto v0.33.0
32+
google.golang.org/api v0.221.0
3333
gopkg.in/yaml.v3 v3.0.1
34-
k8s.io/api v0.32.1
35-
k8s.io/apiextensions-apiserver v0.32.1
36-
k8s.io/apimachinery v0.32.1
37-
k8s.io/client-go v0.32.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
3838
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
39-
sigs.k8s.io/controller-runtime v0.20.1
39+
sigs.k8s.io/controller-runtime v0.20.2
4040
sigs.k8s.io/yaml v1.4.0
4141
)
4242

@@ -88,13 +88,14 @@ require (
8888
github.com/jackc/pgx/v5 v5.7.1 // indirect
8989
github.com/jackc/puddle/v2 v2.2.2 // indirect
9090
github.com/x448/float16 v0.8.4 // indirect
91+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
9192
golang.org/x/mod v0.22.0 // indirect
9293
golang.org/x/tools v0.28.0 // indirect
9394
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9495
)
9596

9697
require (
97-
cloud.google.com/go/auth v0.14.0 // indirect
98+
cloud.google.com/go/auth v0.14.1 // indirect
9899
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
99100
github.com/Masterminds/goutils v1.1.1 // indirect
100101
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -109,7 +110,7 @@ require (
109110
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
110111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
111112
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
112-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
113+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
113114
github.com/fatih/color v1.16.0 // indirect
114115
github.com/felixge/httpsnoop v1.0.4 // indirect
115116
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -190,23 +191,23 @@ require (
190191
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
191192
github.com/zclconf/go-cty v1.15.0 // indirect
192193
go.mongodb.org/mongo-driver v1.14.0 // indirect
193-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
194-
go.opentelemetry.io/otel v1.31.0 // indirect
195-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
196-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
194+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
195+
go.opentelemetry.io/otel v1.34.0 // indirect
196+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
197+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
197198
go.uber.org/multierr v1.11.0 // indirect
198199
go.uber.org/zap v1.27.0 // indirect
199-
golang.org/x/net v0.34.0 // indirect
200-
golang.org/x/oauth2 v0.25.0 // indirect
201-
golang.org/x/sync v0.10.0 // indirect
202-
golang.org/x/sys v0.29.0 // indirect
203-
golang.org/x/term v0.28.0 // indirect
204-
golang.org/x/text v0.21.0 // indirect
205-
golang.org/x/time v0.9.0 // indirect
200+
golang.org/x/net v0.35.0 // indirect
201+
golang.org/x/oauth2 v0.26.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
206207
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
207-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
208-
google.golang.org/grpc v1.69.4 // indirect
209-
google.golang.org/protobuf v1.36.3 // indirect
208+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
209+
google.golang.org/grpc v1.70.0 // indirect
210+
google.golang.org/protobuf v1.36.5 // indirect
210211
gopkg.in/inf.v0 v0.9.1 // indirect
211212
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
212213
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)