Skip to content

Commit 7d8f5ad

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

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

go.mod

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/netobserv/flowlogs-pipeline
22

33
go 1.23.0
44

5-
toolchain go1.23.4
5+
toolchain go1.24.3
66

77
require (
88
github.com/Knetic/govaluate v3.0.1-0.20250325060307-7625b7f8c03d+incompatible
@@ -18,7 +18,7 @@ require (
1818
github.com/mitchellh/mapstructure v1.5.0
1919
github.com/netobserv/gopipes v0.3.0
2020
github.com/netobserv/loki-client-go v0.0.0-20250425113517-526b43e51847
21-
github.com/netobserv/netobserv-ebpf-agent v1.9.0-crc0.0.20250425123944-0cd2534ae7b0
21+
github.com/netobserv/netobserv-ebpf-agent 5a3a4f8ddf89
2222
github.com/netsampler/goflow2 v1.3.7
2323
github.com/pkg/errors v0.9.1
2424
github.com/prometheus/client_golang v1.22.0
@@ -41,13 +41,13 @@ require (
4141
go.opentelemetry.io/otel/metric v1.35.0
4242
go.opentelemetry.io/otel/sdk v1.35.0
4343
go.opentelemetry.io/otel/sdk/metric v1.35.0
44-
golang.org/x/net v0.39.0
44+
golang.org/x/net v0.40.0
4545
google.golang.org/grpc v1.72.0
4646
google.golang.org/protobuf v1.36.6
4747
gopkg.in/yaml.v2 v2.4.0
48-
k8s.io/api v0.32.3
49-
k8s.io/apimachinery v0.32.3
50-
k8s.io/client-go v0.32.3
48+
k8s.io/api v0.33.0
49+
k8s.io/apimachinery v0.33.0
50+
k8s.io/client-go v0.33.0
5151
sigs.k8s.io/e2e-framework v0.6.0
5252
)
5353

@@ -59,9 +59,9 @@ require (
5959
github.com/cenkalti/rpc2 v0.0.0-20210604223624-c1acbc6ec984 // indirect
6060
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6161
github.com/cilium/ebpf v0.18.0 // indirect
62-
github.com/containernetworking/cni v1.1.2 // indirect
63-
github.com/containernetworking/plugins v1.2.0 // indirect
64-
github.com/coreos/go-iptables v0.6.0 // indirect
62+
github.com/containernetworking/cni v1.3.0 // indirect
63+
github.com/containernetworking/plugins v1.7.1 // indirect
64+
github.com/coreos/go-iptables v0.8.0 // indirect
6565
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
6666
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6767
github.com/dennwc/varint v1.0.0 // indirect
@@ -85,7 +85,7 @@ require (
8585
github.com/golang/protobuf v1.5.4 // indirect
8686
github.com/google/gnostic-models v0.6.9 // indirect
8787
github.com/google/go-cmp v0.7.0 // indirect
88-
github.com/google/go-jsonnet v0.20.0
88+
github.com/google/go-jsonnet v0.21.0
8989
github.com/google/gofuzz v1.2.0 // indirect
9090
github.com/google/uuid v1.6.0 // indirect
9191
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
@@ -99,7 +99,7 @@ require (
9999
github.com/libp2p/go-reuseport v0.4.0 // indirect
100100
github.com/mailru/easyjson v0.9.0 // indirect
101101
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 // indirect
102-
github.com/minio/crc64nvme v1.0.1 // indirect
102+
github.com/minio/crc64nvme v1.0.2 // indirect
103103
github.com/minio/md5-simd v1.1.2 // indirect
104104
github.com/moby/spdystream v0.5.0 // indirect
105105
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -108,26 +108,26 @@ require (
108108
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
109109
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
110110
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect
111-
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16 // indirect
111+
github.com/ovn-org/ovn-kubernetes/go-controller 3f2623dbb895 // indirect
112112
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
113113
github.com/pierrec/lz4/v4 v4.1.22 // indirect
114114
github.com/pion/dtls/v2 v2.2.12 // indirect
115115
github.com/pion/logging v0.2.3 // indirect
116116
github.com/pion/transport/v2 v2.2.10 // indirect
117117
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
118118
github.com/prometheus/procfs v0.16.1 // indirect
119-
github.com/prometheus/prometheus v0.303.0 // indirect
119+
github.com/prometheus/prometheus v0.303.1 // indirect
120120
github.com/rs/xid v1.6.0 // indirect
121121
github.com/russross/blackfriday/v2 v2.1.0 // indirect
122122
github.com/safchain/ethtool v0.5.10 // indirect
123123
github.com/sagikazarmark/locafero v0.9.0 // indirect
124124
github.com/sourcegraph/conc v0.3.0 // indirect
125125
github.com/spf13/afero v1.14.0 // indirect
126-
github.com/spf13/cast v1.7.1 // indirect
126+
github.com/spf13/cast v1.8.0 // indirect
127127
github.com/stretchr/objx v0.5.2 // indirect
128128
github.com/subosito/gotenv v1.6.0 // indirect
129129
github.com/urfave/cli/v2 v2.27.6 // indirect
130-
github.com/vishvananda/netlink v1.3.1-0.20250414221550-d85a66b0d8f7 // indirect
130+
github.com/vishvananda/netlink 9d88d8385bf9 // indirect
131131
github.com/vishvananda/netns v0.0.5 // indirect
132132
github.com/x448/float16 v0.8.4 // indirect
133133
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
@@ -136,29 +136,29 @@ require (
136136
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
137137
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
138138
go.opentelemetry.io/otel/trace v1.35.0 // indirect
139-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
139+
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
140140
go.uber.org/atomic v1.11.0 // indirect
141141
go.uber.org/multierr v1.11.0 // indirect
142-
golang.org/x/crypto v0.37.0 // indirect
143-
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
144-
golang.org/x/oauth2 v0.29.0 // indirect
145-
golang.org/x/sys v0.32.0 // indirect
146-
golang.org/x/term v0.31.0 // indirect
147-
golang.org/x/text v0.24.0 // indirect
142+
golang.org/x/crypto v0.38.0 // indirect
143+
golang.org/x/exp ce4c2cf36ca6 // indirect
144+
golang.org/x/oauth2 v0.30.0 // indirect
145+
golang.org/x/sys v0.33.0 // indirect
146+
golang.org/x/term v0.32.0 // indirect
147+
golang.org/x/text v0.25.0 // indirect
148148
golang.org/x/time v0.11.0 // indirect
149-
google.golang.org/genproto/googleapis/api v0.0.0-20250422160041-2d3770c4ea7f // indirect
150-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect
149+
google.golang.org/genproto/googleapis/api f936aa4a68b2 // indirect
150+
google.golang.org/genproto/googleapis/rpc f936aa4a68b2 // indirect
151151
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
152152
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
153153
gopkg.in/gcfg.v1 v1.2.3 // indirect
154154
gopkg.in/inf.v0 v0.9.1 // indirect
155155
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
156156
gopkg.in/warnings.v0 v0.1.2 // indirect
157157
gopkg.in/yaml.v3 v3.0.1 // indirect
158-
k8s.io/component-base v0.32.3 // indirect
158+
k8s.io/component-base v0.33.0 // indirect
159159
k8s.io/klog/v2 v2.130.1 // indirect
160160
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
161-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
161+
k8s.io/utils 0f33e8f1c979 // indirect
162162
lukechampine.com/uint128 v1.3.0 // indirect
163163
sigs.k8s.io/controller-runtime v0.20.4 // indirect
164164
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

0 commit comments

Comments
 (0)