Skip to content

Commit

Permalink
review go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Nov 26, 2024
1 parent 5d1d816 commit 508bb22
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -850,10 +850,7 @@ require (
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.7.0 // indirect
)

require (
github.com/mackerelio/go-osstat v0.2.5
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/syslogexporter v0.112.0
)
require github.com/mackerelio/go-osstat v0.2.5

// NOTE: replace directives below must always be *temporary*.
//
Expand Down Expand Up @@ -909,7 +906,9 @@ replace (
// https://github.com/grafana/cadvisor/tree/grafana-v0.47-noglobals
github.com/google/cadvisor => github.com/grafana/cadvisor v0.0.0-20240729082359-1f04a91701e2

github.com/prometheus-community/postgres_exporter => github.com/grafana/postgres_exporter v0.15.1-0.20240417113938-9358270470dd
// TODO(dehaansa): integrate the changes from the exporter-package-v0.15.0 branch into at least the
// grafana fork of the exporter, or completely into upstream
github.com/prometheus-community/postgres_exporter => github.com/grafana/postgres_exporter v0.15.1-0.20241105053755-e0a51174f168

// Needed until a bunch of exporters are updated, because 0.13.0 breaks compatibility in web.ListenAndServe
github.com/prometheus/exporter-toolkit => github.com/prometheus/exporter-toolkit v0.11.0
Expand Down

0 comments on commit 508bb22

Please sign in to comment.