Skip to content

Commit 9b6a0d6

Browse files
Bump the k8s group with 2 updates
Bumps the k8s group with 2 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). 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) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5e51a4 commit 9b6a0d6

File tree

1,362 files changed

+47276
-68652
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,362 files changed

+47276
-68652
lines changed

go.mod

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/netobserv/network-observability-console-plugin
22

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

75
require (
86
github.com/gorilla/mux v1.8.1
@@ -14,9 +12,9 @@ require (
1412
github.com/sirupsen/logrus v1.9.3
1513
github.com/stretchr/testify v1.11.1
1614
gopkg.in/yaml.v3 v3.0.1
17-
k8s.io/api v0.34.3
18-
k8s.io/apimachinery v0.34.3
19-
k8s.io/client-go v0.34.3
15+
k8s.io/api v0.35.0
16+
k8s.io/apimachinery v0.35.0
17+
k8s.io/client-go v0.35.0
2018
)
2119

2220
require (
@@ -29,7 +27,6 @@ require (
2927
github.com/go-openapi/jsonpointer v0.21.1 // indirect
3028
github.com/go-openapi/jsonreference v0.21.0 // indirect
3129
github.com/go-openapi/swag v0.23.1 // indirect
32-
github.com/gogo/protobuf v1.3.2 // indirect
3330
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
3431
github.com/google/gnostic-models v0.7.0 // indirect
3532
github.com/google/uuid v1.6.0 // indirect
@@ -43,7 +40,6 @@ require (
4340
github.com/netobserv/flowlogs-pipeline v1.9.2-community // indirect
4441
github.com/netsampler/goflow2 v1.3.7 // indirect
4542
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16 // indirect
46-
github.com/pkg/errors v0.9.1 // indirect
4743
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4844
github.com/prometheus/client_model v0.6.2 // indirect
4945
github.com/prometheus/procfs v0.16.1 // indirect
@@ -52,19 +48,19 @@ require (
5248
github.com/x448/float16 v0.8.4 // indirect
5349
go.yaml.in/yaml/v2 v2.4.3 // indirect
5450
go.yaml.in/yaml/v3 v3.0.4 // indirect
55-
golang.org/x/net v0.46.0 // indirect
51+
golang.org/x/net v0.47.0 // indirect
5652
golang.org/x/oauth2 v0.32.0 // indirect
57-
golang.org/x/sys v0.37.0 // indirect
58-
golang.org/x/term v0.36.0 // indirect
59-
golang.org/x/text v0.30.0 // indirect
53+
golang.org/x/sys v0.38.0 // indirect
54+
golang.org/x/term v0.37.0 // indirect
55+
golang.org/x/text v0.31.0 // indirect
6056
golang.org/x/time v0.11.0 // indirect
6157
google.golang.org/protobuf v1.36.10 // indirect
62-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
58+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
6359
gopkg.in/inf.v0 v0.9.1 // indirect
6460
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
61+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
62+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
63+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
6864
sigs.k8s.io/randfill v1.0.0 // indirect
6965
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
7066
sigs.k8s.io/yaml v1.6.0 // indirect

go.sum

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

vendor/github.com/gogo/protobuf/AUTHORS

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

vendor/github.com/gogo/protobuf/CONTRIBUTORS

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

vendor/github.com/gogo/protobuf/LICENSE

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

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

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

0 commit comments

Comments
 (0)