Skip to content

Commit d8d5aae

Browse files
Bump the gomod group with 8 updates (#317)
Bumps the gomod group with 8 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.5.0` | `1.5.2` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.6` | `1.55.7` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.22.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.28.0` | `0.29.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.227.0` | `0.229.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.3` | `0.33.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.3` | `0.33.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.3` | `0.33.0` | Updates `cloud.google.com/go/iam` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@ids/v1.5.0...iam/v1.5.2) Updates `github.com/aws/aws-sdk-go` from 1.55.6 to 1.55.7 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](aws/aws-sdk-go@v1.55.6...v1.55.7) Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0 - [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.1...v1.22.0) Updates `golang.org/x/oauth2` from 0.28.0 to 0.29.0 - [Commits](golang/oauth2@v0.28.0...v0.29.0) Updates `google.golang.org/api` from 0.227.0 to 0.229.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.227.0...v0.229.0) Updates `k8s.io/api` from 0.32.3 to 0.33.0 - [Commits](kubernetes/api@v0.32.3...v0.33.0) Updates `k8s.io/apimachinery` from 0.32.3 to 0.33.0 - [Commits](kubernetes/apimachinery@v0.32.3...v0.33.0) Updates `k8s.io/client-go` from 0.32.3 to 0.33.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.3...v0.33.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/iam dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/aws/aws-sdk-go dependency-version: 1.55.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/oauth2 dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/api dependency-version: 0.229.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/api dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/client-go dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a91ca02 commit d8d5aae

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

go.mod

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@ go 1.24.0
44

55
require (
66
cloud.google.com/go/compute/metadata v0.6.0
7-
cloud.google.com/go/iam v1.5.0
7+
cloud.google.com/go/iam v1.5.2
88
github.com/Masterminds/sprig/v3 v3.3.0
9-
github.com/aws/aws-sdk-go v1.55.6
9+
github.com/aws/aws-sdk-go v1.55.7
1010
github.com/hashicorp/vault/api v1.16.0
1111
github.com/leosayous21/go-azure-msi v0.0.0-20210509193526-19353bedcfc8
1212
github.com/pkg/errors v0.9.1
13-
github.com/prometheus/client_golang v1.21.1
14-
golang.org/x/oauth2 v0.28.0
15-
google.golang.org/api v0.227.0
16-
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb
17-
k8s.io/api v0.32.3
18-
k8s.io/apimachinery v0.32.3
19-
k8s.io/client-go v0.32.3
13+
github.com/prometheus/client_golang v1.22.0
14+
golang.org/x/oauth2 v0.29.0
15+
google.golang.org/api v0.229.0
16+
k8s.io/api v0.33.0
17+
k8s.io/apimachinery v0.33.0
18+
k8s.io/client-go v0.33.0
2019
sigs.k8s.io/controller-runtime v0.19.0
2120
)
2221

2322
require (
24-
cloud.google.com/go/auth v0.15.0 // indirect
25-
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
23+
cloud.google.com/go/auth v0.16.0 // indirect
24+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2625
dario.cat/mergo v1.0.1 // indirect
2726
github.com/Masterminds/goutils v1.1.1 // indirect
2827
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -43,10 +42,8 @@ require (
4342
github.com/go-openapi/jsonreference v0.20.2 // indirect
4443
github.com/go-openapi/swag v0.23.0 // indirect
4544
github.com/gogo/protobuf v1.3.2 // indirect
46-
github.com/golang/protobuf v1.5.4 // indirect
47-
github.com/google/gnostic-models v0.6.8 // indirect
45+
github.com/google/gnostic-models v0.6.9 // indirect
4846
github.com/google/go-cmp v0.7.0 // indirect
49-
github.com/google/gofuzz v1.2.0 // indirect
5047
github.com/google/s2a-go v0.1.9 // indirect
5148
github.com/google/uuid v1.6.0 // indirect
5249
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
@@ -64,7 +61,6 @@ require (
6461
github.com/jmespath/go-jmespath v0.4.0 // indirect
6562
github.com/josharian/intern v1.0.0 // indirect
6663
github.com/json-iterator/go v1.1.12 // indirect
67-
github.com/klauspost/compress v1.17.11 // indirect
6864
github.com/mailru/easyjson v0.7.7 // indirect
6965
github.com/mitchellh/copystructure v1.2.0 // indirect
7066
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -83,34 +79,35 @@ require (
8379
github.com/spf13/pflag v1.0.5 // indirect
8480
github.com/x448/float16 v0.8.4 // indirect
8581
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
86-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
87-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
82+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
83+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
8884
go.opentelemetry.io/otel v1.35.0 // indirect
8985
go.opentelemetry.io/otel/metric v1.35.0 // indirect
9086
go.opentelemetry.io/otel/trace v1.35.0 // indirect
9187
go.uber.org/multierr v1.11.0 // indirect
9288
go.uber.org/zap v1.26.0 // indirect
93-
golang.org/x/crypto v0.36.0 // indirect
89+
golang.org/x/crypto v0.37.0 // indirect
9490
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
95-
golang.org/x/net v0.38.0 // indirect
96-
golang.org/x/sync v0.12.0 // indirect
97-
golang.org/x/sys v0.31.0 // indirect
98-
golang.org/x/term v0.30.0 // indirect
99-
golang.org/x/text v0.23.0 // indirect
91+
golang.org/x/net v0.39.0 // indirect
92+
golang.org/x/sync v0.13.0 // indirect
93+
golang.org/x/sys v0.32.0 // indirect
94+
golang.org/x/term v0.31.0 // indirect
95+
golang.org/x/text v0.24.0 // indirect
10096
golang.org/x/time v0.11.0 // indirect
10197
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
102-
google.golang.org/genproto/googleapis/api v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
103-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
104-
google.golang.org/grpc v1.71.0 // indirect
98+
google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
99+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
100+
google.golang.org/grpc v1.71.1 // indirect
105101
google.golang.org/protobuf v1.36.6 // indirect
106102
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
107103
gopkg.in/inf.v0 v0.9.1 // indirect
108104
gopkg.in/yaml.v3 v3.0.1 // indirect
109105
k8s.io/apiextensions-apiserver v0.31.0 // indirect
110106
k8s.io/klog/v2 v2.130.1 // indirect
111-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
107+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
112108
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
113109
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
114-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
110+
sigs.k8s.io/randfill v1.0.0 // indirect
111+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
115112
sigs.k8s.io/yaml v1.4.0 // indirect
116113
)

0 commit comments

Comments
 (0)