-
- Downloads
vendors: replace prometheus/prometheus
... | ... | @@ -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.7.0-community.0.20250407055901-c9a2490f9235 | ||
github.com/netobserv/flowlogs-pipeline v1.9.0-crc0.0.20250425122246-71c75fdc7289 | ||
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 v0.303.0 // indirect | ||
github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 // 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 | ||
... | ... | @@ -158,4 +158,4 @@ require ( |
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) | ||
replace github.com/netobserv/flowlogs-pipeline => github.com/jotak/flowlogs-pipeline v0.0.0-20250425114852-1cb601f3ba70 | ||
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.303.0 |
Please register or sign in to comment