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 58f86b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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,6 +906,8 @@ replace (
// https://github.com/grafana/cadvisor/tree/grafana-v0.47-noglobals
github.com/google/cadvisor => github.com/grafana/cadvisor v0.0.0-20240729082359-1f04a91701e2

// 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.20240417113938-9358270470dd

// Needed until a bunch of exporters are updated, because 0.13.0 breaks compatibility in web.ListenAndServe
Expand Down

0 comments on commit 58f86b7

Please sign in to comment.