Skip to content

Commit eeeb98a

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
toolchain go1.24.4
66

77
require (
8-
github.com/gdamore/tcell/v2 v2.9.0
8+
github.com/gdamore/tcell/v3 v3.0.6
99
github.com/gopacket/gopacket v1.5.0
1010
github.com/jpillora/sizestr v1.0.0
1111
github.com/mattn/go-sqlite3 v1.14.32
@@ -57,7 +57,7 @@ require (
5757
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5858
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
5959
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
60-
github.com/netsampler/goflow2 v1.3.7 // indirect
60+
github.com/netsampler/goflow2/v2 v2.2.6 // indirect
6161
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16 // indirect
6262
github.com/pkg/errors v0.9.1 // indirect
6363
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -77,7 +77,7 @@ require (
7777
go.opentelemetry.io/otel v1.37.0 // indirect
7878
go.opentelemetry.io/otel/trace v1.37.0 // indirect
7979
go.uber.org/automaxprocs v1.6.0 // indirect
80-
go.yaml.in/yaml/v2 v2.4.2 // indirect
80+
go.yaml.in/yaml/v3 v3.0.4 // indirect
8181
go.yaml.in/yaml/v3 v3.0.4 // indirect
8282
golang.org/x/net v0.43.0 // indirect
8383
golang.org/x/oauth2 v0.30.0 // indirect
@@ -89,7 +89,7 @@ require (
8989
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
9090
google.golang.org/grpc v1.75.0 // indirect
9191
google.golang.org/protobuf v1.36.10
92-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
92+
gopkg.in/evanphx/json-patch.v5 v5.9.11 // indirect
9393
gopkg.in/inf.v0 v0.9.1 // indirect
9494
k8s.io/api v0.34.2
9595
k8s.io/apimachinery v0.34.2

0 commit comments

Comments
 (0)