Skip to content

Commit e263f96

Browse files
Bump the all-go-mod-patch-and-minor group across 1 directory with 7 updates
Bumps the all-go-mod-patch-and-minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.39.0` | `1.39.2` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.8` | `1.31.12` | | [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.42.5` | `1.42.8` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.66.1` | `0.67.1` | | [github.com/szuecs/routegroup-client](https://github.com/szuecs/routegroup-client) | `0.28.2` | `0.34.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.44.0` | `0.46.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.31.0` | `0.32.0` | Updates `github.com/aws/aws-sdk-go-v2` from 1.39.0 to 1.39.2 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.39.0...v1.39.2) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.8 to 1.31.12 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.31.8...config/v1.31.12) Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.42.5 to 1.42.8 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/sqs/v1.42.5...service/ivs/v1.42.8) Updates `github.com/prometheus/common` from 0.66.1 to 0.67.1 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.66.1...v0.67.1) Updates `github.com/szuecs/routegroup-client` from 0.28.2 to 0.34.1 - [Release notes](https://github.com/szuecs/routegroup-client/releases) - [Commits](szuecs/routegroup-client@v0.28.2...v0.34.1) Updates `golang.org/x/net` from 0.44.0 to 0.46.0 - [Commits](golang/net@v0.44.0...v0.46.0) Updates `golang.org/x/oauth2` from 0.31.0 to 0.32.0 - [Commits](golang/oauth2@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.39.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.31.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs dependency-version: 1.42.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/prometheus/common dependency-version: 0.67.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/szuecs/routegroup-client dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/net dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/oauth2 dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef298ca commit e263f96

File tree

2 files changed

+70
-304
lines changed

2 files changed

+70
-304
lines changed

go.mod

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ module github.com/zalando-incubator/kube-metrics-adapter
22

33
require (
44
github.com/argoproj/argo-rollouts v1.8.3
5-
github.com/aws/aws-sdk-go-v2 v1.39.0
6-
github.com/aws/aws-sdk-go-v2/config v1.31.8
7-
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.5
5+
github.com/aws/aws-sdk-go-v2 v1.39.2
6+
github.com/aws/aws-sdk-go-v2/config v1.31.12
7+
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.8
88
github.com/influxdata/influxdb-client-go v1.4.0
99
github.com/prometheus/client_golang v1.23.2
10-
github.com/prometheus/common v0.66.1
10+
github.com/prometheus/common v0.67.1
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/spf13/cobra v1.10.1
1313
github.com/spyzhov/ajson v0.9.6
1414
github.com/stretchr/testify v1.11.1
15-
github.com/szuecs/routegroup-client v0.28.2
15+
github.com/szuecs/routegroup-client v0.34.1
1616
github.com/zalando-incubator/cluster-lifecycle-manager v0.0.0-20250912104308-4489de744ee3
17-
golang.org/x/net v0.44.0
18-
golang.org/x/oauth2 v0.31.0
17+
golang.org/x/net v0.46.0
18+
golang.org/x/oauth2 v0.32.0
1919
golang.org/x/sync v0.17.0
2020
k8s.io/api v0.34.1
2121
k8s.io/apimachinery v0.34.1
@@ -42,16 +42,16 @@ require (
4242
github.com/andybalholm/brotli v1.1.0 // indirect
4343
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
4444
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
45-
github.com/aws/aws-sdk-go-v2/credentials v1.18.12 // indirect
46-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.7 // indirect
47-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.7 // indirect
48-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.7 // indirect
45+
github.com/aws/aws-sdk-go-v2/credentials v1.18.16 // indirect
46+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.9 // indirect
47+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9 // indirect
48+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9 // indirect
4949
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
5050
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 // indirect
51-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.7 // indirect
52-
github.com/aws/aws-sdk-go-v2/service/sso v1.29.3 // indirect
53-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.4 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/sts v1.38.4 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/sso v1.29.6 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 // indirect
5555
github.com/aws/smithy-go v1.23.0 // indirect
5656
github.com/aymerick/douceur v0.2.0 // indirect
5757
github.com/beorn7/perks v1.0.1 // indirect
@@ -170,23 +170,24 @@ require (
170170
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
171171
go.opentelemetry.io/otel/trace v1.35.0 // indirect
172172
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
173+
go.uber.org/automaxprocs v1.6.0 // indirect
173174
go.uber.org/multierr v1.11.0 // indirect
174175
go.uber.org/zap v1.27.0 // indirect
175-
go.yaml.in/yaml/v2 v2.4.2 // indirect
176+
go.yaml.in/yaml/v2 v2.4.3 // indirect
176177
go.yaml.in/yaml/v3 v3.0.4 // indirect
177178
golang.org/x/arch v0.8.0 // indirect
178-
golang.org/x/crypto v0.42.0 // indirect
179+
golang.org/x/crypto v0.43.0 // indirect
179180
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
180181
golang.org/x/mod v0.28.0 // indirect
181-
golang.org/x/sys v0.36.0 // indirect
182-
golang.org/x/term v0.35.0 // indirect
183-
golang.org/x/text v0.29.0 // indirect
182+
golang.org/x/sys v0.37.0 // indirect
183+
golang.org/x/term v0.36.0 // indirect
184+
golang.org/x/text v0.30.0 // indirect
184185
golang.org/x/time v0.11.0 // indirect
185186
golang.org/x/tools v0.37.0 // indirect
186187
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
187188
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
188189
google.golang.org/grpc v1.72.1 // indirect
189-
google.golang.org/protobuf v1.36.8 // indirect
190+
google.golang.org/protobuf v1.36.10 // indirect
190191
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
191192
gopkg.in/inf.v0 v0.9.1 // indirect
192193
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)