@@ -2,7 +2,7 @@ module github.com/netobserv/flowlogs-pipeline
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.4
5
+ toolchain go1.24.2
6
6
7
7
require (
8
8
github.com/Knetic/govaluate v3.0.1-0.20250325060307-7625b7f8c03d+incompatible
@@ -14,7 +14,7 @@ require (
14
14
github.com/ip2location/ip2location-go/v9 v9.7.1
15
15
github.com/json-iterator/go v1.1.12
16
16
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
18
18
github.com/mitchellh/mapstructure v1.5.0
19
19
github.com/netobserv/gopipes v0.3.0
20
20
github.com/netobserv/loki-client-go v0.0.0-20250422082320-897c5796f32d
@@ -42,12 +42,12 @@ require (
42
42
go.opentelemetry.io/otel/sdk v1.35.0
43
43
go.opentelemetry.io/otel/sdk/metric v1.35.0
44
44
golang.org/x/net v0.39.0
45
- google.golang.org/grpc v1.71.1
45
+ google.golang.org/grpc v1.72.0
46
46
google.golang.org/protobuf v1.36.6
47
47
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
51
51
sigs.k8s.io/e2e-framework v0.6.0
52
52
)
53
53
@@ -59,9 +59,9 @@ require (
59
59
github.com/cenkalti/rpc2 v0.0.0-20210604223624-c1acbc6ec984 // indirect
60
60
github.com/cespare/xxhash/v2 v2.3.0 // indirect
61
61
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.6.2 // indirect
64
+ github.com/coreos/go-iptables v0.8 .0 // indirect
65
65
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
66
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
67
67
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -106,15 +106,15 @@ require (
106
106
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
107
107
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
108
108
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect
109
- github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16 // indirect
109
+ github.com/ovn-org/ovn-kubernetes/go-controller a9fc8e337162 // indirect
110
110
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
111
111
github.com/pierrec/lz4/v4 v4.1.22 // indirect
112
112
github.com/pion/dtls/v2 v2.2.12 // indirect
113
113
github.com/pion/logging v0.2.3 // indirect
114
114
github.com/pion/transport/v2 v2.2.10 // indirect
115
115
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
116
- github.com/prometheus/procfs v0.16.0 // indirect
117
- github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 // indirect
116
+ github.com/prometheus/procfs v0.16.1 // indirect
117
+ github.com/prometheus/prometheus v1.99.0 // indirect
118
118
github.com/rs/xid v1.6.0 // indirect
119
119
github.com/russross/blackfriday/v2 v2.1.0 // indirect
120
120
github.com/safchain/ethtool v0.5.10 // indirect
@@ -125,7 +125,7 @@ require (
125
125
github.com/stretchr/objx v0.5.2 // indirect
126
126
github.com/subosito/gotenv v1.6.0 // indirect
127
127
github.com/urfave/cli/v2 v2.27.6 // indirect
128
- github.com/vishvananda/netlink v1.3.1-0.20250206174618-62fb240731fa // indirect
128
+ github.com/vishvananda/netlink d85a66b0d8f7 // indirect
129
129
github.com/vishvananda/netns v0.0.5 // indirect
130
130
github.com/x448/float16 v0.8.4 // indirect
131
131
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
@@ -144,16 +144,16 @@ require (
144
144
golang.org/x/term v0.31.0 // indirect
145
145
golang.org/x/text v0.24.0 // indirect
146
146
golang.org/x/time v0.11.0 // indirect
147
- google.golang.org/genproto/googleapis/api v0.0.0-20250421163800-61c742ae3ef0 // indirect
148
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
147
+ google.golang.org/genproto/googleapis/api 2d3770c4ea7f // indirect
148
+ google.golang.org/genproto/googleapis/rpc 2d3770c4ea7f // indirect
149
149
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
150
150
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
151
151
gopkg.in/gcfg.v1 v1.2.3 // indirect
152
152
gopkg.in/inf.v0 v0.9.1 // indirect
153
153
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
154
154
gopkg.in/warnings.v0 v0.1.2 // indirect
155
155
gopkg.in/yaml.v3 v3.0.1 // indirect
156
- k8s.io/component-base v0.32.3 // indirect
156
+ k8s.io/component-base v0.33.0 // indirect
157
157
k8s.io/klog/v2 v2.130.1 // indirect
158
158
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
159
159
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
0 commit comments