Skip to content

Commit 71c75fd

Browse files
committed
Fix prometheus/prometheus vendor
1 parent c407212 commit 71c75fd

File tree

107 files changed

+23899
-3746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+23899
-3746
lines changed

go.mod

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ require (
1717
github.com/minio/minio-go/v7 v7.0.90
1818
github.com/mitchellh/mapstructure v1.5.0
1919
github.com/netobserv/gopipes v0.3.0
20-
github.com/netobserv/loki-client-go v0.0.0-20250422082320-897c5796f32d
21-
github.com/netobserv/netobserv-ebpf-agent v1.9.0-crc0
20+
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
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
@@ -64,6 +64,7 @@ require (
6464
github.com/coreos/go-iptables v0.6.0 // indirect
6565
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
6666
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
67+
github.com/dennwc/varint v1.0.0 // indirect
6768
github.com/dustin/go-humanize v1.0.1 // indirect
6869
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
6970
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
@@ -88,6 +89,7 @@ require (
8889
github.com/google/gofuzz v1.2.0 // indirect
8990
github.com/google/uuid v1.6.0 // indirect
9091
github.com/gorilla/websocket v1.5.3 // indirect
92+
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
9193
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
9294
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9395
github.com/josharian/intern v1.0.0 // indirect
@@ -164,3 +166,5 @@ require (
164166
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
165167
sigs.k8s.io/yaml v1.4.0 // indirect
166168
)
169+
170+
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.303.0

go.sum

Lines changed: 57 additions & 1115 deletions
Large diffs are not rendered by default.

vendor/github.com/dennwc/varint/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dennwc/varint/.travis.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dennwc/varint/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dennwc/varint/README.md

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dennwc/varint/proto.go

Lines changed: 244 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)