Skip to content

Commit aea9f2d

Browse files
Update Go modules
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 372ea3a commit aea9f2d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

go.mod

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

33
go 1.23.0
44

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

77
require (
88
github.com/gorilla/mux v1.8.1
99
github.com/json-iterator/go v1.1.12
1010
github.com/mitchellh/mapstructure v1.5.0
11-
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250325200454-5518ba106938
11+
github.com/ovn-org/ovn-kubernetes/go-controller 06acc8dd5ab9
1212
github.com/prometheus/client_golang v1.22.0
13-
github.com/prometheus/common v0.63.0
13+
github.com/prometheus/common v0.64.0
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.1
18+
k8s.io/apimachinery v0.33.1
19+
k8s.io/client-go v0.33.1
2020
)
2121

2222
require (
@@ -25,7 +25,7 @@ require (
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2626
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2727
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
28-
github.com/go-logr/logr v1.4.2 // indirect
28+
github.com/go-logr/logr v1.4.3 // indirect
2929
github.com/go-openapi/jsonpointer v0.21.1 // indirect
3030
github.com/go-openapi/jsonreference v0.21.0 // indirect
3131
github.com/go-openapi/swag v0.23.1 // indirect
@@ -48,19 +48,19 @@ require (
4848
github.com/prometheus/procfs v0.16.1 // indirect
4949
github.com/stretchr/objx v0.5.2 // indirect
5050
github.com/x448/float16 v0.8.4 // indirect
51-
golang.org/x/net v0.40.0 // indirect
51+
golang.org/x/net v0.41.0 // indirect
5252
golang.org/x/oauth2 v0.30.0 // indirect
5353
golang.org/x/sys v0.33.0 // indirect
5454
golang.org/x/term v0.32.0 // indirect
55-
golang.org/x/text v0.25.0 // indirect
56-
golang.org/x/time v0.11.0 // indirect
55+
golang.org/x/text v0.26.0 // indirect
56+
golang.org/x/time v0.12.0 // indirect
5757
google.golang.org/protobuf v1.36.6 // indirect
5858
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5959
gopkg.in/inf.v0 v0.9.1 // indirect
6060
gopkg.in/yaml.v2 v2.4.0 // indirect
6161
k8s.io/klog/v2 v2.130.1 // indirect
6262
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
63-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
63+
k8s.io/utils 4c0f3b243397 // indirect
6464
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6565
sigs.k8s.io/randfill v1.0.0 // indirect
6666
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect

0 commit comments

Comments
 (0)