Skip to content

Commit e0bea19

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/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.18.0` | `1.20.0` | | [github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets](https://github.com/Azure/azure-sdk-for-go) | `1.3.1` | `1.4.0` | | [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) | `1.5.0` | `1.6.1` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.0` | `0.34.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.0` | `0.34.2` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.18.0 to 1.20.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.18.0...sdk/azcore/v1.20.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.3.1...sdk/azcore/v1.4.0) Updates `github.com/jessevdk/go-flags` from 1.5.0 to 1.6.1 - [Release notes](https://github.com/jessevdk/go-flags/releases) - [Commits](jessevdk/go-flags@v1.5.0...v1.6.1) Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2 - [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.22.0...v1.23.2) Updates `go.uber.org/zap` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.27.1) Updates `k8s.io/apimachinery` from 0.33.0 to 0.34.2 - [Commits](kubernetes/apimachinery@v0.33.0...v0.34.2) Updates `k8s.io/client-go` from 0.33.0 to 0.34.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.0...v0.34.2) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/jessevdk/go-flags dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: go.uber.org/zap dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/apimachinery dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/client-go dependency-version: 0.34.2 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 e4d5ede commit e0bea19

File tree

2 files changed

+90
-87
lines changed

2 files changed

+90
-87
lines changed

go.mod

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,77 +5,78 @@ go 1.24.0
55
toolchain go1.24.2
66

77
require (
8-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
9-
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.1
10-
github.com/jessevdk/go-flags v1.5.0
11-
github.com/prometheus/client_golang v1.22.0
8+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
9+
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
10+
github.com/jessevdk/go-flags v1.6.1
11+
github.com/prometheus/client_golang v1.23.2
1212
github.com/webdevops/go-common v0.0.0-20250501164923-7cab87d11d0f
13-
go.uber.org/zap v1.27.0
14-
k8s.io/api v0.33.0
15-
k8s.io/apimachinery v0.33.0
16-
k8s.io/client-go v0.33.0
13+
go.uber.org/zap v1.27.1
14+
k8s.io/api v0.34.2
15+
k8s.io/apimachinery v0.34.2
16+
k8s.io/client-go v0.34.2
1717
)
1818

1919
require (
20-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 // indirect
21-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
20+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1 // indirect
21+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
2222
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0 // indirect
2323
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
2424
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0 // indirect
25-
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1 // indirect
25+
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
2626
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
2727
github.com/KimMachineGun/automemlimit v0.7.1 // indirect
2828
github.com/beorn7/perks v1.0.1 // indirect
2929
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3131
github.com/dustin/go-humanize v1.0.1 // indirect
3232
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
33-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
33+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3434
github.com/go-logr/logr v1.4.2 // indirect
3535
github.com/go-openapi/jsonpointer v0.21.1 // indirect
3636
github.com/go-openapi/jsonreference v0.21.0 // indirect
3737
github.com/go-openapi/swag v0.23.1 // indirect
3838
github.com/gogo/protobuf v1.3.2 // indirect
3939
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
40-
github.com/google/gnostic-models v0.6.9 // indirect
41-
github.com/google/go-cmp v0.7.0 // indirect
40+
github.com/google/gnostic-models v0.7.0 // indirect
4241
github.com/google/uuid v1.6.0 // indirect
4342
github.com/josharian/intern v1.0.0 // indirect
4443
github.com/json-iterator/go v1.1.12 // indirect
4544
github.com/kylelemons/godebug v1.1.0 // indirect
4645
github.com/mailru/easyjson v0.9.0 // indirect
4746
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
48-
github.com/modern-go/reflect2 v1.0.2 // indirect
47+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4948
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5049
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
5150
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
5251
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
5352
github.com/pkg/errors v0.9.1 // indirect
5453
github.com/prometheus/client_model v0.6.2 // indirect
55-
github.com/prometheus/common v0.63.0 // indirect
54+
github.com/prometheus/common v0.66.1 // indirect
5655
github.com/prometheus/procfs v0.16.1 // indirect
5756
github.com/remeh/sizedwaitgroup v1.0.0 // indirect
5857
github.com/spf13/pflag v1.0.6 // indirect
5958
github.com/x448/float16 v0.8.4 // indirect
6059
go.uber.org/automaxprocs v1.6.0 // indirect
6160
go.uber.org/multierr v1.11.0 // indirect
6261
go.uber.org/zap/exp v0.3.0 // indirect
63-
golang.org/x/crypto v0.37.0 // indirect
64-
golang.org/x/net v0.39.0 // indirect
65-
golang.org/x/oauth2 v0.29.0 // indirect
66-
golang.org/x/sys v0.32.0 // indirect
67-
golang.org/x/term v0.31.0 // indirect
68-
golang.org/x/text v0.24.0 // indirect
62+
go.yaml.in/yaml/v2 v2.4.2 // indirect
63+
go.yaml.in/yaml/v3 v3.0.4 // indirect
64+
golang.org/x/crypto v0.41.0 // indirect
65+
golang.org/x/net v0.43.0 // indirect
66+
golang.org/x/oauth2 v0.30.0 // indirect
67+
golang.org/x/sys v0.35.0 // indirect
68+
golang.org/x/term v0.34.0 // indirect
69+
golang.org/x/text v0.28.0 // indirect
6970
golang.org/x/time v0.11.0 // indirect
70-
google.golang.org/protobuf v1.36.6 // indirect
71+
google.golang.org/protobuf v1.36.8 // indirect
7172
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7273
gopkg.in/inf.v0 v0.9.1 // indirect
7374
gopkg.in/yaml.v3 v3.0.1 // indirect
7475
k8s.io/klog/v2 v2.130.1 // indirect
75-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
76-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
76+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
77+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
7778
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
7879
sigs.k8s.io/randfill v1.0.0 // indirect
79-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
80-
sigs.k8s.io/yaml v1.4.0 // indirect
80+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
81+
sigs.k8s.io/yaml v1.6.0 // indirect
8182
)

0 commit comments

Comments
 (0)