Skip to content

Commit 32bcf9b

Browse files
Bump the all-go-mod-patch-and-minor group across 1 directory with 6 updates (#711)
Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.3` | `0.33.4` | | [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.33.3` | `0.33.4` | | [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) | `0.18.0` | `0.19.0` | Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.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.22.0...v1.23.0) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `k8s.io/client-go` from 0.33.3 to 0.33.4 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.3...v0.33.4) Updates `k8s.io/code-generator` from 0.33.3 to 0.33.4 - [Commits](kubernetes/code-generator@v0.33.3...v0.33.4) Updates `sigs.k8s.io/controller-tools` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml) - [Commits](kubernetes-sigs/controller-tools@v0.18.0...v0.19.0) Updates `sigs.k8s.io/yaml` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 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.33.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/code-generator dependency-version: 0.33.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: sigs.k8s.io/controller-tools dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f9d08c commit 32bcf9b

File tree

2 files changed

+154
-98
lines changed

2 files changed

+154
-98
lines changed

go.mod

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ require (
77
github.com/alecthomas/kingpin/v2 v2.4.0
88
github.com/google/go-cmp v0.7.0
99
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
10-
github.com/prometheus/client_golang v1.22.0
10+
github.com/prometheus/client_golang v1.23.0
1111
github.com/sirupsen/logrus v1.9.3
12-
github.com/stretchr/testify v1.10.0
12+
github.com/stretchr/testify v1.11.1
1313
github.com/szuecs/routegroup-client v0.28.2
1414
golang.org/x/sync v0.16.0
15-
k8s.io/api v0.33.3
16-
k8s.io/apimachinery v0.33.3
17-
k8s.io/client-go v0.33.3
18-
k8s.io/code-generator v0.33.3
19-
sigs.k8s.io/controller-tools v0.18.0
20-
sigs.k8s.io/yaml v1.5.0
15+
k8s.io/api v0.34.0
16+
k8s.io/apimachinery v0.34.0
17+
k8s.io/client-go v0.34.0
18+
k8s.io/code-generator v0.34.0
19+
sigs.k8s.io/controller-tools v0.19.0
20+
sigs.k8s.io/yaml v1.6.0
2121
)
2222

2323
require (
@@ -26,16 +26,16 @@ require (
2626
github.com/beorn7/perks v1.0.1 // indirect
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
29-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
29+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3030
github.com/fatih/color v1.18.0 // indirect
31-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
32-
github.com/go-logr/logr v1.4.2 // indirect
31+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
32+
github.com/go-logr/logr v1.4.3 // indirect
3333
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3434
github.com/go-openapi/jsonreference v0.21.0 // indirect
3535
github.com/go-openapi/swag v0.23.0 // indirect
3636
github.com/gobuffalo/flect v1.0.3 // indirect
3737
github.com/gogo/protobuf v1.3.2 // indirect
38-
github.com/google/gnostic-models v0.6.9 // indirect
38+
github.com/google/gnostic-models v0.7.0 // indirect
3939
github.com/google/uuid v1.6.0 // indirect
4040
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4141
github.com/josharian/intern v1.0.0 // indirect
@@ -44,38 +44,39 @@ require (
4444
github.com/mattn/go-colorable v0.1.13 // indirect
4545
github.com/mattn/go-isatty v0.0.20 // indirect
4646
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
47-
github.com/modern-go/reflect2 v1.0.2 // indirect
47+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4848
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4949
github.com/pkg/errors v0.9.1 // indirect
5050
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
51-
github.com/prometheus/client_model v0.6.1 // indirect
52-
github.com/prometheus/common v0.62.0 // indirect
53-
github.com/prometheus/procfs v0.15.1 // indirect
51+
github.com/prometheus/client_model v0.6.2 // indirect
52+
github.com/prometheus/common v0.65.0 // indirect
53+
github.com/prometheus/procfs v0.16.1 // indirect
5454
github.com/spf13/cobra v1.9.1 // indirect
55-
github.com/spf13/pflag v1.0.6 // indirect
55+
github.com/spf13/pflag v1.0.7 // indirect
5656
github.com/x448/float16 v0.8.4 // indirect
5757
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
5858
go.yaml.in/yaml/v2 v2.4.2 // indirect
59-
golang.org/x/mod v0.24.0 // indirect
60-
golang.org/x/net v0.39.0 // indirect
61-
golang.org/x/oauth2 v0.27.0 // indirect
62-
golang.org/x/sys v0.32.0 // indirect
63-
golang.org/x/term v0.31.0 // indirect
64-
golang.org/x/text v0.24.0 // indirect
59+
go.yaml.in/yaml/v3 v3.0.4 // indirect
60+
golang.org/x/mod v0.27.0 // indirect
61+
golang.org/x/net v0.43.0 // indirect
62+
golang.org/x/oauth2 v0.30.0 // indirect
63+
golang.org/x/sys v0.35.0 // indirect
64+
golang.org/x/term v0.34.0 // indirect
65+
golang.org/x/text v0.28.0 // indirect
6566
golang.org/x/time v0.9.0 // indirect
66-
golang.org/x/tools v0.32.0 // indirect
67-
google.golang.org/protobuf v1.36.5 // indirect
67+
golang.org/x/tools v0.36.0 // indirect
68+
google.golang.org/protobuf v1.36.7 // indirect
6869
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
6970
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7071
gopkg.in/inf.v0 v0.9.1 // indirect
7172
gopkg.in/yaml.v2 v2.4.0 // indirect
7273
gopkg.in/yaml.v3 v3.0.1 // indirect
73-
k8s.io/apiextensions-apiserver v0.33.0 // indirect
74-
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
74+
k8s.io/apiextensions-apiserver v0.34.0 // indirect
75+
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
7576
k8s.io/klog/v2 v2.130.1 // indirect
76-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
77-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
78-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
77+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
78+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
79+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
7980
sigs.k8s.io/randfill v1.0.0 // indirect
80-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
81+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
8182
)

0 commit comments

Comments
 (0)