Skip to content

Commit 59fb7e1

Browse files
chore: bump the k8s group with 5 updates
Bumps the k8s group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.3` | `0.35.0` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.34.3` | `0.35.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.3` | `0.35.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.3` | `0.35.0` | | [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) | `0.34.3` | `0.35.0` | Updates `k8s.io/api` from 0.34.3 to 0.35.0 - [Commits](kubernetes/api@v0.34.3...v0.35.0) Updates `k8s.io/apiextensions-apiserver` from 0.34.3 to 0.35.0 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.34.3...v0.35.0) Updates `k8s.io/apimachinery` from 0.34.3 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.34.3...v0.35.0) Updates `k8s.io/client-go` from 0.34.3 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.3...v0.35.0) Updates `k8s.io/kube-aggregator` from 0.34.3 to 0.35.0 - [Commits](kubernetes/kube-aggregator@v0.34.3...v0.35.0) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/kube-aggregator dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e6b9ba commit 59fb7e1

File tree

2 files changed

+77
-111
lines changed

2 files changed

+77
-111
lines changed

go.mod

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
module github.com/open-policy-agent/cert-controller
22

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

75
require (
86
github.com/onsi/gomega v1.38.3
97
github.com/open-policy-agent/frameworks/constraint v0.0.0-20241101234656-e78c8abd754a
108
github.com/pkg/errors v0.9.1
119
go.uber.org/atomic v1.11.0
12-
k8s.io/api v0.34.3
13-
k8s.io/apiextensions-apiserver v0.34.3
14-
k8s.io/apimachinery v0.34.3
15-
k8s.io/client-go v0.34.3
16-
k8s.io/kube-aggregator v0.34.3
10+
k8s.io/api v0.35.0
11+
k8s.io/apiextensions-apiserver v0.35.0
12+
k8s.io/apimachinery v0.35.0
13+
k8s.io/client-go v0.35.0
14+
k8s.io/kube-aggregator v0.35.0
1715
sigs.k8s.io/controller-runtime v0.22.4
1816
)
1917

@@ -29,7 +27,6 @@ require (
2927
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3028
github.com/go-openapi/jsonreference v0.21.0 // indirect
3129
github.com/go-openapi/swag v0.23.0 // indirect
32-
github.com/gogo/protobuf v1.3.2 // indirect
3330
github.com/google/btree v1.1.3 // indirect
3431
github.com/google/gnostic-models v0.7.0 // indirect
3532
github.com/google/go-cmp v0.7.0 // indirect
@@ -41,30 +38,30 @@ require (
4138
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4239
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4340
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
44-
github.com/prometheus/client_golang v1.22.0 // indirect
45-
github.com/prometheus/client_model v0.6.1 // indirect
46-
github.com/prometheus/common v0.62.0 // indirect
47-
github.com/prometheus/procfs v0.15.1 // indirect
48-
github.com/spf13/pflag v1.0.6 // indirect
41+
github.com/prometheus/client_golang v1.23.2 // indirect
42+
github.com/prometheus/client_model v0.6.2 // indirect
43+
github.com/prometheus/common v0.66.1 // indirect
44+
github.com/prometheus/procfs v0.16.1 // indirect
45+
github.com/spf13/pflag v1.0.9 // indirect
4946
github.com/x448/float16 v0.8.4 // indirect
50-
go.yaml.in/yaml/v2 v2.4.2 // indirect
47+
go.yaml.in/yaml/v2 v2.4.3 // indirect
5148
go.yaml.in/yaml/v3 v3.0.4 // indirect
52-
golang.org/x/net v0.43.0 // indirect
53-
golang.org/x/oauth2 v0.27.0 // indirect
54-
golang.org/x/sync v0.16.0 // indirect
55-
golang.org/x/sys v0.35.0 // indirect
56-
golang.org/x/term v0.34.0 // indirect
57-
golang.org/x/text v0.28.0 // indirect
49+
golang.org/x/net v0.47.0 // indirect
50+
golang.org/x/oauth2 v0.30.0 // indirect
51+
golang.org/x/sync v0.18.0 // indirect
52+
golang.org/x/sys v0.38.0 // indirect
53+
golang.org/x/term v0.37.0 // indirect
54+
golang.org/x/text v0.31.0 // indirect
5855
golang.org/x/time v0.9.0 // indirect
5956
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
60-
google.golang.org/protobuf v1.36.7 // indirect
61-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
57+
google.golang.org/protobuf v1.36.8 // indirect
58+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
6259
gopkg.in/inf.v0 v0.9.1 // indirect
6360
gopkg.in/yaml.v3 v3.0.1 // indirect
6461
k8s.io/klog/v2 v2.130.1 // indirect
65-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
66-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
67-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
62+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
63+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
64+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
6865
sigs.k8s.io/randfill v1.0.0 // indirect
6966
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
7067
sigs.k8s.io/yaml v1.6.0 // indirect

0 commit comments

Comments
 (0)