Skip to content

Commit af87a72

Browse files
chore: bump the k8s group in /constraint with 4 updates
Bumps the k8s group in /constraint with 4 updates: [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/utils](https://github.com/kubernetes/utils). 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/utils` from 0.0.0-20250604170112-4c0f3b243397 to 0.0.0-20251002143259-bc988d571ff4 - [Commits](https://github.com/kubernetes/utils/commits) --- updated-dependencies: - 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/utils dependency-version: 0.0.0-20251002143259-bc988d571ff4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee34582 commit af87a72

File tree

1,614 files changed

+50385
-72501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,614 files changed

+50385
-72501
lines changed

constraint/go.mod

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-policy-agent/frameworks/constraint
22

3-
go 1.25
3+
go 1.25.0
44

55
require (
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -10,12 +10,11 @@ require (
1010
github.com/open-policy-agent/opa v1.10.0
1111
github.com/spf13/cobra v1.10.2
1212
github.com/spf13/pflag v1.0.10
13-
golang.org/x/net v0.48.0
14-
k8s.io/api v0.34.3
15-
k8s.io/apiextensions-apiserver v0.34.3
16-
k8s.io/apimachinery v0.34.3
17-
k8s.io/client-go v0.34.3
18-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
13+
k8s.io/api v0.35.0
14+
k8s.io/apiextensions-apiserver v0.35.0
15+
k8s.io/apimachinery v0.35.0
16+
k8s.io/client-go v0.35.0
17+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
1918
sigs.k8s.io/controller-runtime v0.22.4
2019
sigs.k8s.io/yaml v1.6.0
2120
)
@@ -42,7 +41,6 @@ require (
4241
github.com/go-openapi/swag v0.23.0 // indirect
4342
github.com/gobwas/glob v0.2.3 // indirect
4443
github.com/goccy/go-json v0.10.5 // indirect
45-
github.com/gogo/protobuf v1.3.2 // indirect
4644
github.com/google/cel-go v0.26.0 // indirect
4745
github.com/google/gnostic-models v0.7.0 // indirect
4846
github.com/google/uuid v1.6.0 // indirect
@@ -62,7 +60,6 @@ require (
6260
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6361
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6462
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
65-
github.com/pkg/errors v0.9.1 // indirect
6663
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6764
github.com/prometheus/client_golang v1.23.2 // indirect
6865
github.com/prometheus/client_model v0.6.2 // indirect
@@ -88,10 +85,11 @@ require (
8885
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
8986
go.opentelemetry.io/otel/trace v1.38.0 // indirect
9087
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
91-
go.yaml.in/yaml/v2 v2.4.2 // indirect
88+
go.yaml.in/yaml/v2 v2.4.3 // indirect
9289
go.yaml.in/yaml/v3 v3.0.4 // indirect
9390
golang.org/x/crypto v0.46.0 // indirect
9491
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
92+
golang.org/x/net v0.48.0 // indirect
9593
golang.org/x/oauth2 v0.30.0 // indirect
9694
golang.org/x/sync v0.19.0 // indirect
9795
golang.org/x/sys v0.39.0 // indirect
@@ -102,15 +100,15 @@ require (
102100
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
103101
google.golang.org/grpc v1.75.1 // indirect
104102
google.golang.org/protobuf v1.36.9 // indirect
105-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
103+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
106104
gopkg.in/inf.v0 v0.9.1 // indirect
107105
gopkg.in/yaml.v3 v3.0.1 // indirect
108-
k8s.io/apiserver v0.34.3 // indirect
109-
k8s.io/component-base v0.34.3 // indirect
106+
k8s.io/apiserver v0.35.0 // indirect
107+
k8s.io/component-base v0.35.0 // indirect
110108
k8s.io/klog/v2 v2.130.1 // indirect
111-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
109+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
112110
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
113-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
111+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
114112
sigs.k8s.io/randfill v1.0.0 // indirect
115113
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
116114
)

constraint/go.sum

Lines changed: 32 additions & 65 deletions
Large diffs are not rendered by default.

constraint/vendor/github.com/gogo/protobuf/AUTHORS

Lines changed: 0 additions & 15 deletions
This file was deleted.

constraint/vendor/github.com/gogo/protobuf/CONTRIBUTORS

Lines changed: 0 additions & 23 deletions
This file was deleted.

constraint/vendor/github.com/gogo/protobuf/LICENSE

Lines changed: 0 additions & 35 deletions
This file was deleted.

constraint/vendor/github.com/gogo/protobuf/proto/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)