Skip to content

Commit 29836aa

Browse files
fix(deps): update go modules
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 70e742c commit 29836aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

go.mod

Lines changed: 6 additions & 6 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.23.5
5+
toolchain go1.24.2
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.32.3
18-
k8s.io/apimachinery v0.32.3
19-
k8s.io/client-go v0.32.3
17+
k8s.io/api v0.33.0
18+
k8s.io/apimachinery v0.33.0
19+
k8s.io/client-go v0.33.0
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 v0.0.0-20250227173154-57a2590a1d16 // indirect
46+
github.com/ovn-org/ovn-kubernetes/go-controller 39e94d80c286 // 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
@@ -63,7 +63,7 @@ require (
6363
gopkg.in/yaml.v2 v2.4.0 // indirect
6464
k8s.io/klog/v2 v2.130.1 // indirect
6565
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
66-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
66+
k8s.io/utils 0f33e8f1c979 // indirect
6767
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6868
sigs.k8s.io/randfill v1.0.0 // indirect
6969
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect

0 commit comments

Comments
 (0)