Skip to content

Commit 444d609

Browse files
build(deps): bump the golang group across 1 directory with 12 updates
Bumps the golang group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` | | [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) | `1.14.1` | `1.16.5` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.33.1` | `1.37.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.19.0` | `0.24.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.33.1` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.30.3` | `0.33.1` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.4` | `0.21.0` | Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.2...v1.4.3) Updates `github.com/onsi/ginkgo` from 1.14.1 to 1.16.5 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v1.14.1...v1.16.5) Updates `github.com/onsi/gomega` from 1.33.1 to 1.37.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.33.1...v1.37.0) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `golang.org/x/crypto` from 0.31.0 to 0.36.0 - [Commits](golang/crypto@v0.31.0...v0.36.0) Updates `golang.org/x/mod` from 0.19.0 to 0.24.0 - [Commits](golang/mod@v0.19.0...v0.24.0) Updates `k8s.io/api` from 0.30.3 to 0.33.1 - [Commits](kubernetes/api@v0.30.3...v0.33.1) Updates `k8s.io/apimachinery` from 0.30.3 to 0.33.1 - [Commits](kubernetes/apimachinery@v0.30.3...v0.33.1) Updates `k8s.io/cli-runtime` from 0.30.3 to 0.33.1 - [Commits](kubernetes/cli-runtime@v0.30.3...v0.33.1) Updates `k8s.io/client-go` from 0.30.3 to 0.33.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.3...v0.33.1) Updates `k8s.io/utils` from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.18.4 to 0.21.0 - [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.18.4...v0.21.0) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/onsi/ginkgo dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/stretchr/testify dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/crypto dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/mod dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/api dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/apimachinery dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/cli-runtime dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/client-go dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/utils dependency-version: 0.0.0-20241104100929-3ea5e8cea738 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8a7569 commit 444d609

File tree

2 files changed

+159
-157
lines changed

2 files changed

+159
-157
lines changed

go.mod

Lines changed: 46 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
module github.com/jenkinsci/kubernetes-operator
22

3-
go 1.22.12
3+
go 1.24.0
44

55
require (
66
github.com/bndr/gojenkins v1.1.0
77
github.com/distribution/reference v0.6.0
8-
github.com/go-logr/logr v1.4.2
8+
github.com/go-logr/logr v1.4.3
99
github.com/go-logr/zapr v1.3.0
1010
github.com/golang/mock v1.6.0
1111
github.com/mailgun/mailgun-go/v3 v3.6.4
12-
github.com/onsi/ginkgo v1.14.1
13-
github.com/onsi/gomega v1.33.1
12+
github.com/onsi/ginkgo v1.16.5
13+
github.com/onsi/gomega v1.38.2
1414
github.com/openshift/api v3.9.0+incompatible
1515
github.com/pkg/errors v0.9.1
16-
github.com/stretchr/testify v1.9.0
16+
github.com/stretchr/testify v1.11.1
1717
go.uber.org/zap v1.27.0
18-
golang.org/x/crypto v0.31.0
19-
golang.org/x/mod v0.19.0
18+
golang.org/x/crypto v0.41.0
19+
golang.org/x/mod v0.26.0
2020
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
21-
k8s.io/api v0.30.3
22-
k8s.io/apimachinery v0.30.3
23-
k8s.io/cli-runtime v0.30.3
24-
k8s.io/client-go v0.30.3
25-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
26-
sigs.k8s.io/controller-runtime v0.18.4
21+
k8s.io/api v0.34.1
22+
k8s.io/apimachinery v0.34.1
23+
k8s.io/cli-runtime v0.34.1
24+
k8s.io/client-go v0.34.1
25+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
26+
sigs.k8s.io/controller-runtime v0.22.1
2727
)
2828

2929
require (
@@ -32,75 +32,71 @@ require (
3232
github.com/blang/semver/v4 v4.0.0 // indirect
3333
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
35+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3636
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
37-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
38-
github.com/fsnotify/fsnotify v1.7.0 // indirect
37+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
38+
github.com/fsnotify/fsnotify v1.9.0 // indirect
39+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3940
github.com/go-chi/chi v4.1.2+incompatible // indirect
4041
github.com/go-errors/errors v1.5.1 // indirect
4142
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4243
github.com/go-openapi/jsonreference v0.21.0 // indirect
4344
github.com/go-openapi/swag v0.23.0 // indirect
4445
github.com/gogo/protobuf v1.3.2 // indirect
45-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
46-
github.com/golang/protobuf v1.5.4 // indirect
47-
github.com/google/btree v1.1.2 // indirect
48-
github.com/google/gnostic-models v0.6.8 // indirect
49-
github.com/google/go-cmp v0.6.0 // indirect
50-
github.com/google/gofuzz v1.2.0 // indirect
51-
github.com/google/pprof v0.0.0-20240721033354-7089f98c1d14 // indirect
52-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
46+
github.com/google/btree v1.1.3 // indirect
47+
github.com/google/gnostic-models v0.7.0 // indirect
48+
github.com/google/go-cmp v0.7.0 // indirect
5349
github.com/google/uuid v1.6.0 // indirect
54-
github.com/gorilla/websocket v1.5.3 // indirect
50+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
5551
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
56-
github.com/imdario/mergo v0.3.16 // indirect
5752
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5853
github.com/josharian/intern v1.0.0 // indirect
5954
github.com/json-iterator/go v1.1.12 // indirect
6055
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6156
github.com/mailru/easyjson v0.7.7 // indirect
62-
github.com/moby/spdystream v0.4.0 // indirect
57+
github.com/moby/spdystream v0.5.0 // indirect
6358
github.com/moby/term v0.5.0 // indirect
6459
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
65-
github.com/modern-go/reflect2 v1.0.2 // indirect
60+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6661
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
6762
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6863
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
6964
github.com/nxadm/tail v1.4.11 // indirect
7065
github.com/opencontainers/go-digest v1.0.0 // indirect
7166
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
7267
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
73-
github.com/prometheus/client_golang v1.19.1 // indirect
68+
github.com/prometheus/client_golang v1.22.0 // indirect
7469
github.com/prometheus/client_model v0.6.1 // indirect
75-
github.com/prometheus/common v0.55.0 // indirect
70+
github.com/prometheus/common v0.62.0 // indirect
7671
github.com/prometheus/procfs v0.15.1 // indirect
77-
github.com/spf13/cobra v1.8.1 // indirect
78-
github.com/spf13/pflag v1.0.5 // indirect
72+
github.com/spf13/cobra v1.9.1 // indirect
73+
github.com/spf13/pflag v1.0.6 // indirect
74+
github.com/x448/float16 v0.8.4 // indirect
7975
github.com/xlab/treeprint v1.2.0 // indirect
80-
go.starlark.net v0.0.0-20240705175910-70002002b310 // indirect
8176
go.uber.org/multierr v1.11.0 // indirect
82-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
83-
golang.org/x/net v0.27.0 // indirect
84-
golang.org/x/oauth2 v0.21.0 // indirect
85-
golang.org/x/sync v0.10.0 // indirect
86-
golang.org/x/sys v0.28.0 // indirect
87-
golang.org/x/term v0.27.0 // indirect
88-
golang.org/x/text v0.21.0 // indirect
89-
golang.org/x/time v0.5.0 // indirect
77+
go.yaml.in/yaml/v2 v2.4.2 // indirect
78+
go.yaml.in/yaml/v3 v3.0.4 // indirect
79+
golang.org/x/net v0.43.0 // indirect
80+
golang.org/x/oauth2 v0.27.0 // indirect
81+
golang.org/x/sync v0.16.0 // indirect
82+
golang.org/x/sys v0.35.0 // indirect
83+
golang.org/x/term v0.34.0 // indirect
84+
golang.org/x/text v0.28.0 // indirect
85+
golang.org/x/time v0.9.0 // indirect
9086
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
91-
google.golang.org/protobuf v1.34.2 // indirect
87+
google.golang.org/protobuf v1.36.7 // indirect
9288
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
9389
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9490
gopkg.in/inf.v0 v0.9.1 // indirect
9591
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
96-
gopkg.in/yaml.v2 v2.4.0 // indirect
9792
gopkg.in/yaml.v3 v3.0.1 // indirect
98-
k8s.io/apiextensions-apiserver v0.30.3 // indirect
93+
k8s.io/apiextensions-apiserver v0.34.0 // indirect
9994
k8s.io/klog/v2 v2.130.1 // indirect
100-
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
101-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
102-
sigs.k8s.io/kustomize/api v0.17.3 // indirect
103-
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
104-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
105-
sigs.k8s.io/yaml v1.4.0 // indirect
95+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
96+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
97+
sigs.k8s.io/kustomize/api v0.20.1 // indirect
98+
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
99+
sigs.k8s.io/randfill v1.0.0 // indirect
100+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
101+
sigs.k8s.io/yaml v1.6.0 // indirect
106102
)

0 commit comments

Comments
 (0)