Skip to content

Commit 85a9785

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
golang.org/x/sys v0.32.0
2828
google.golang.org/grpc v1.72.0
2929
google.golang.org/protobuf v1.36.6
30-
gopkg.in/yaml.v2 v2.4.0
30+
gopkg.in/yaml.v3 v3.0.1
3131
k8s.io/api v0.32.3
3232
k8s.io/apimachinery v0.32.3
3333
k8s.io/client-go v0.32.3
@@ -40,9 +40,9 @@ require (
4040
github.com/benbjohnson/clock v1.3.5 // indirect
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/blang/semver/v4 v4.0.0 // indirect
43-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
43+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
4444
github.com/cenkalti/hub v1.0.2 // indirect
45-
github.com/cenkalti/rpc2 v0.0.0-20210604223624-c1acbc6ec984 // indirect
45+
github.com/cenkalti/rpc2 v1.0.4 // indirect
4646
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/containernetworking/cni v1.1.2 // indirect
4848
github.com/containernetworking/plugins v1.2.0 // indirect
@@ -95,12 +95,12 @@ require (
9595
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
9696
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9797
github.com/netobserv/loki-client-go v0.0.0-20250425113517-526b43e51847 // indirect
98-
github.com/netsampler/goflow2 v1.3.7 // indirect
98+
github.com/netsampler/goflow2/v2 v2.2.2 // indirect
9999
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect
100100
github.com/pierrec/lz4/v4 v4.1.22 // indirect
101-
github.com/pion/dtls/v2 v2.2.12 // indirect
101+
github.com/pion/dtls/v3 v3.0.6 // indirect
102102
github.com/pion/logging v0.2.3 // indirect
103-
github.com/pion/transport/v2 v2.2.10 // indirect
103+
github.com/pion/transport/v3 v3.0.7 // indirect
104104
github.com/pkg/errors v0.9.1 // indirect
105105
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
106106
github.com/prometheus/client_model v0.6.2 // indirect
@@ -113,7 +113,7 @@ require (
113113
github.com/spf13/cobra v1.9.1 // indirect
114114
github.com/spf13/pflag v1.0.6 // indirect
115115
github.com/stretchr/objx v0.5.2 // indirect
116-
github.com/urfave/cli/v2 v2.27.6 // indirect
116+
github.com/urfave/cli/v3 v3.2.0 // indirect
117117
github.com/x448/float16 v0.8.4 // indirect
118118
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
119119
github.com/xdg-go/scram v1.1.2 // indirect
@@ -140,7 +140,7 @@ require (
140140
golang.org/x/time v0.11.0 // indirect
141141
google.golang.org/genproto/googleapis/api v0.0.0-20250421163800-61c742ae3ef0 // indirect
142142
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
143-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
143+
gopkg.in/evanphx/json-patch.v5 v5.9.11 // indirect
144144
gopkg.in/gcfg.v1 v1.2.3 // indirect
145145
gopkg.in/inf.v0 v0.9.1 // indirect
146146
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
@@ -154,6 +154,6 @@ require (
154154
sigs.k8s.io/controller-runtime v0.20.4 // indirect
155155
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
156156
sigs.k8s.io/randfill v1.0.0 // indirect
157-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
157+
sigs.k8s.io/structured-merge-diff/v4/v6 v6.0.0 // indirect
158158
sigs.k8s.io/yaml v1.4.0 // indirect
159159
)

0 commit comments

Comments
 (0)