diff --git a/go.mod b/go.mod index 2a3e6b0b21a03acdea389ef647edb7a2faee8333..010383ed686e85d8eb5afabfc2854dd8ad6c8628 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/gopacket/gopacket v1.3.1 github.com/mariomac/guara v0.0.0-20250408105519-1e4dbdfb7136 github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 - github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425122246-71c75fdc7289 + github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425123404-cab7e8f74fae github.com/netobserv/gopipes v0.3.0 github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16 github.com/paulbellamy/ratecounter v0.2.0 @@ -106,7 +106,7 @@ require ( github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.63.0 // indirect github.com/prometheus/procfs v0.16.0 // indirect - github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 // indirect + github.com/prometheus/prometheus v0.303.0 // indirect github.com/rs/xid v1.6.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/safchain/ethtool v0.5.10 // indirect @@ -157,5 +157,3 @@ require ( sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect sigs.k8s.io/yaml v1.4.0 // indirect ) - -replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.303.0 diff --git a/go.sum b/go.sum index 3ab0020788382409615e3afc399ea640b6d6dd74..efbbd5b4b9d3e3aaa252e7edeee35068768c452d 100644 --- a/go.sum +++ b/go.sum @@ -255,8 +255,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425122246-71c75fdc7289 h1:kHcbiVUVYRD4OpIO5T0Ec0rVfwT+ZnRzt2/snFui0As= -github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425122246-71c75fdc7289/go.mod h1:hBGFQENjTt4+Ck3RRGSg/ByWPpNuufecXEsPc5wW988= +github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425123404-cab7e8f74fae h1:5L1LB2ZuarJjtkhiaOHxMCOS1LmmdUfCZ73stmpz2DM= +github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425123404-cab7e8f74fae/go.mod h1:8555ajG+SsFidnKPu+QVPRpcm+btC6esFgdhNio+Z1I= github.com/netobserv/gopipes v0.3.0 h1:IYmPnnAVCdSK7VmHmpFhrVBOEm45qpgbZmJz1sSW+60= github.com/netobserv/gopipes v0.3.0/go.mod h1:N7/Gz05EOF0CQQSKWsv3eof22Cj2PB08Pbttw98YFYU= github.com/netobserv/loki-client-go v0.0.0-20250425113517-526b43e51847 h1:hjzhVZSSKIOmAzHbGUV4JhVIPkgKs/UtrWDx6JSVKMw= diff --git a/vendor/modules.txt b/vendor/modules.txt index e5e841edc8e6be418d98188cfe28a6e3111e7787..b06b0cf1a671a5052303b3b03199171dc84347f0 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -298,7 +298,7 @@ github.com/mwitkow/go-conntrack # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f ## explicit github.com/mxk/go-flowrate/flowrate -# github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425122246-71c75fdc7289 +# github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425123404-cab7e8f74fae ## explicit; go 1.23.0 github.com/netobserv/flowlogs-pipeline/pkg/api github.com/netobserv/flowlogs-pipeline/pkg/config @@ -451,7 +451,7 @@ github.com/prometheus/common/version github.com/prometheus/procfs github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util -# github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 => github.com/prometheus/prometheus v0.303.0 +# github.com/prometheus/prometheus v0.303.0 ## explicit; go 1.23.0 github.com/prometheus/prometheus/model/exemplar github.com/prometheus/prometheus/model/histogram @@ -1360,4 +1360,3 @@ sigs.k8s.io/structured-merge-diff/v4/value ## explicit; go 1.12 sigs.k8s.io/yaml sigs.k8s.io/yaml/goyaml.v2 -# github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.303.0