Skip to content

Commit

Permalink
Re-vendored prometheus/common
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Jun 7, 2024
1 parent 1f86a9c commit 7655691
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 899 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/prometheus/alertmanager v0.27.0
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.54.0
github.com/prometheus/common v0.54.1-0.20240607102757-92fc65e59ca5
github.com/prometheus/prometheus v1.99.0
github.com/segmentio/fasthash v1.0.3
github.com/sirupsen/logrus v1.9.3
Expand Down Expand Up @@ -256,10 +256,6 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

// Using a fork until the following is merged:
// - https://github.com/prometheus/common/pull/650
replace github.com/prometheus/common => github.com/pracucci/prometheus-common v0.54.1-0.20240607092730-43e45c34b388

// Using a fork of Prometheus with Mimir-specific changes.
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v0.0.0-20240607080100-fce8e33d8a64

Expand Down
Loading

0 comments on commit 7655691

Please sign in to comment.