Skip to content

Commit 48c52df

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

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

go.mod

Lines changed: 17 additions & 17 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.2
66

77
require (
88
github.com/Knetic/govaluate v3.0.1-0.20250325060307-7625b7f8c03d+incompatible
@@ -14,11 +14,11 @@ require (
1414
github.com/ip2location/ip2location-go/v9 v9.7.1
1515
github.com/json-iterator/go v1.1.12
1616
github.com/mariomac/guara v0.0.0-20250408105519-1e4dbdfb7136
17-
github.com/minio/minio-go/v7 v7.0.90
17+
github.com/minio/minio-go/v7 v7.0.91
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.20250425115243-59cf0b9b51e4
21+
github.com/netobserv/netobserv-ebpf-agent 0cd2534ae7b0
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
@@ -42,12 +42,12 @@ require (
4242
go.opentelemetry.io/otel/sdk v1.35.0
4343
go.opentelemetry.io/otel/sdk/metric v1.35.0
4444
golang.org/x/net v0.39.0
45-
google.golang.org/grpc v1.71.1
45+
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,10 +59,10 @@ 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
65-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // 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
65+
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
6868
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -108,14 +108,14 @@ 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 ad9b16886f60 // 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
118-
github.com/prometheus/procfs v0.16.0 // indirect
118+
github.com/prometheus/procfs v0.16.1 // indirect
119119
github.com/prometheus/prometheus v0.303.0 // indirect
120120
github.com/rs/xid v1.6.0 // indirect
121121
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -127,7 +127,7 @@ require (
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.20250206174618-62fb240731fa // indirect
130+
github.com/vishvananda/netlink d85a66b0d8f7 // 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
@@ -146,16 +146,16 @@ require (
146146
golang.org/x/term v0.31.0 // indirect
147147
golang.org/x/text v0.24.0 // indirect
148148
golang.org/x/time v0.11.0 // indirect
149-
google.golang.org/genproto/googleapis/api v0.0.0-20250421163800-61c742ae3ef0 // indirect
150-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
149+
google.golang.org/genproto/googleapis/api 2d3770c4ea7f // indirect
150+
google.golang.org/genproto/googleapis/rpc 2d3770c4ea7f // 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
161161
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect

0 commit comments

Comments
 (0)