Skip to content

Commit 095a8fe

Browse files
chore(deps): bump the go-dependencies group in /tests with 7 updates
Bumps the go-dependencies group in /tests with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.16.4` | `1.19.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20241217172543-b2144cdd0a67` | `0.0.0-20250718183923-645b1fa84792` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.0` | `0.34.1` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.0` | `0.34.1` | | [k8s.io/utils](https://github.com/kubernetes/utils) | `0.0.0-20241210054802-24370beab758` | `0.0.0-20250820121507-0af2bda4dd1d` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.22.3` | Updates `github.com/cert-manager/cert-manager` from 1.16.4 to 1.19.1 - [Release notes](https://github.com/cert-manager/cert-manager/releases) - [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md) - [Commits](cert-manager/cert-manager@v1.16.4...v1.19.1) 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 `golang.org/x/exp` from 0.0.0-20241217172543-b2144cdd0a67 to 0.0.0-20250718183923-645b1fa84792 - [Commits](https://github.com/golang/exp/commits) Updates `k8s.io/api` from 0.32.0 to 0.34.1 - [Commits](kubernetes/api@v0.32.0...v0.34.1) Updates `k8s.io/apimachinery` from 0.32.0 to 0.34.1 - [Commits](kubernetes/apimachinery@v0.32.0...v0.34.1) Updates `k8s.io/utils` from 0.0.0-20241210054802-24370beab758 to 0.0.0-20250820121507-0af2bda4dd1d - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.22.3 - [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.19.0...v0.22.3) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/exp dependency-version: 0.0.0-20250718183923-645b1fa84792 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/utils dependency-version: 0.0.0-20250820121507-0af2bda4dd1d dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f5d077 commit 095a8fe

File tree

2 files changed

+119
-107
lines changed

2 files changed

+119
-107
lines changed

tests/go.mod

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
module github.com/sustainable.computing.io/kepler-operator/tests
22

3-
go 1.24.0
4-
5-
toolchain go1.24.9
3+
go 1.25.0
64

75
require (
8-
github.com/cert-manager/cert-manager v1.16.4
6+
github.com/cert-manager/cert-manager v1.19.1
97
github.com/go-logr/logr v1.4.3
108
github.com/openshift/api v0.0.0-20240212125214-04ea3891d9cb
11-
github.com/stretchr/testify v1.10.0
9+
github.com/stretchr/testify v1.11.1
1210
github.com/sustainable.computing.io/kepler-operator v0.0.0-00010101000000-000000000000
13-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
14-
k8s.io/api v0.32.0
15-
k8s.io/apimachinery v0.32.0
16-
k8s.io/utils v0.0.0-20241210054802-24370beab758
17-
sigs.k8s.io/controller-runtime v0.19.0
11+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
12+
k8s.io/api v0.34.1
13+
k8s.io/apimachinery v0.34.1
14+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
15+
sigs.k8s.io/controller-runtime v0.22.3
1816
)
1917

2018
replace github.com/sustainable.computing.io/kepler-operator => ../
@@ -26,56 +24,58 @@ require (
2624
github.com/beorn7/perks v1.0.1 // indirect
2725
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2826
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
29-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
30-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
31-
github.com/fsnotify/fsnotify v1.8.0 // indirect
32-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
27+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
28+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
29+
github.com/fsnotify/fsnotify v1.9.0 // indirect
30+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3331
github.com/go-logr/zapr v1.3.0 // indirect
34-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
35-
github.com/go-openapi/jsonreference v0.21.0 // indirect
36-
github.com/go-openapi/swag v0.23.0 // indirect
32+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
33+
github.com/go-openapi/jsonreference v0.21.2 // indirect
34+
github.com/go-openapi/swag v0.23.1 // indirect
35+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
3736
github.com/gogo/protobuf v1.3.2 // indirect
38-
github.com/golang/protobuf v1.5.4 // indirect
39-
github.com/google/gnostic-models v0.6.9 // indirect
37+
github.com/google/btree v1.1.3 // indirect
38+
github.com/google/gnostic-models v0.7.0 // indirect
4039
github.com/google/go-cmp v0.7.0 // indirect
41-
github.com/google/gofuzz v1.2.0 // indirect
4240
github.com/google/uuid v1.6.0 // indirect
4341
github.com/josharian/intern v1.0.0 // indirect
4442
github.com/json-iterator/go v1.1.12 // indirect
45-
github.com/klauspost/compress v1.17.11 // indirect
4643
github.com/mailru/easyjson v0.9.0 // indirect
4744
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
48-
github.com/modern-go/reflect2 v1.0.2 // indirect
45+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4946
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
50-
github.com/pkg/errors v0.9.1 // indirect
5147
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5248
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.2 // indirect
53-
github.com/prometheus/client_golang v1.20.5 // indirect
54-
github.com/prometheus/client_model v0.6.1 // indirect
55-
github.com/prometheus/common v0.61.0 // indirect
56-
github.com/prometheus/procfs v0.15.1 // indirect
57-
github.com/spf13/pflag v1.0.5 // indirect
49+
github.com/prometheus/client_golang v1.23.2 // indirect
50+
github.com/prometheus/client_model v0.6.2 // indirect
51+
github.com/prometheus/common v0.66.1 // indirect
52+
github.com/prometheus/procfs v0.17.0 // indirect
53+
github.com/spf13/pflag v1.0.10 // indirect
5854
github.com/x448/float16 v0.8.4 // indirect
5955
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
6056
go.uber.org/multierr v1.11.0 // indirect
6157
go.uber.org/zap v1.27.0 // indirect
58+
go.yaml.in/yaml/v2 v2.4.2 // indirect
59+
go.yaml.in/yaml/v3 v3.0.4 // indirect
6260
golang.org/x/net v0.46.0 // indirect
6361
golang.org/x/oauth2 v0.32.0 // indirect
62+
golang.org/x/sync v0.17.0 // indirect
6463
golang.org/x/sys v0.37.0 // indirect
6564
golang.org/x/term v0.36.0 // indirect
6665
golang.org/x/text v0.30.0 // indirect
6766
golang.org/x/time v0.14.0 // indirect
68-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
67+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
6968
google.golang.org/protobuf v1.36.10 // indirect
70-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
69+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
7170
gopkg.in/inf.v0 v0.9.1 // indirect
7271
gopkg.in/yaml.v3 v3.0.1 // indirect
73-
k8s.io/apiextensions-apiserver v0.32.0 // indirect
74-
k8s.io/client-go v0.32.0 // indirect
72+
k8s.io/apiextensions-apiserver v0.34.1 // indirect
73+
k8s.io/client-go v0.34.1 // indirect
7574
k8s.io/klog/v2 v2.130.1 // indirect
76-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
77-
sigs.k8s.io/gateway-api v1.1.0 // indirect
78-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
79-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
80-
sigs.k8s.io/yaml v1.4.0 // indirect
75+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
76+
sigs.k8s.io/gateway-api v1.4.0 // indirect
77+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
78+
sigs.k8s.io/randfill v1.0.0 // indirect
79+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
80+
sigs.k8s.io/yaml v1.6.0 // indirect
8181
)

0 commit comments

Comments
 (0)