Skip to content

Commit 9e6af6f

Browse files
committed
fix deps
1 parent 47b60ad commit 9e6af6f

Some content is hidden

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

85 files changed

+3264
-1065
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/netobserv/network-observability-console-plugin
22

33
go 1.23.0
44

5-
toolchain go1.24.2
5+
toolchain go1.23.5
66

77
require (
88
github.com/gorilla/mux v1.8.1
@@ -14,9 +14,9 @@ require (
1414
github.com/sirupsen/logrus v1.9.3
1515
github.com/stretchr/testify v1.10.0
1616
gopkg.in/yaml.v3 v3.0.1
17-
k8s.io/api v0.33.0
18-
k8s.io/apimachinery v0.33.0
19-
k8s.io/client-go v0.33.0
17+
k8s.io/api v0.32.3
18+
k8s.io/apimachinery v0.32.3
19+
k8s.io/client-go v0.32.3
2020
)
2121

2222
require (
@@ -43,7 +43,7 @@ require (
4343
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4444
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
4545
github.com/netobserv/flowlogs-pipeline v1.9.0-crc1 // indirect
46-
github.com/ovn-org/ovn-kubernetes/go-controller 14237a8d9bf5 // indirect
46+
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16 // indirect
4747
github.com/pkg/errors v0.9.1 // indirect
4848
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4949
github.com/prometheus/client_model v0.6.2 // indirect
@@ -62,9 +62,10 @@ require (
6262
gopkg.in/inf.v0 v0.9.1 // indirect
6363
gopkg.in/yaml.v2 v2.4.0 // indirect
6464
k8s.io/klog/v2 v2.130.1 // indirect
65-
k8s.io/kube-openapi c8a335a9a2ff // indirect
66-
k8s.io/utils 1f6e0b77f77e // indirect
65+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
66+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
6767
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
68+
sigs.k8s.io/randfill v1.0.0 // indirect
6869
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
6970
sigs.k8s.io/yaml v1.4.0 // indirect
7071
)

go.sum

Lines changed: 59 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)