You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Tried to run go mod tidy with a dependency on contrib.go.opencensus.io/exporter/prometheus.
What did you expect to see?
Successful dependency resolution
What did you see instead?
mypackage imports
contrib.go.opencensus.io/exporter/prometheus imports
github.com/prometheus/statsd_exporter/pkg/mapper imports
github.com/prometheus/common/log: module github.com/prometheus/common@latest found (v0.30.0), but does not contain package github.com/prometheus/common/log
Additional context
The github.com/prometheus/common module recently deprecated and removed the github.com/prometheus/common/log package in v0.27.0. github.com/prometheus/statsd_exporter updated its dependency in v0.21.0. The latest release of this module still depends on github.com/prometheus/statsd_exporterv0.20.0 while master has been updated. A new release cut from master should fix the issue.
The text was updated successfully, but these errors were encountered:
What version of the Exporter are you using?
v0.3.0
What did you do?
Tried to run
go mod tidy
with a dependency oncontrib.go.opencensus.io/exporter/prometheus
.What did you expect to see?
Successful dependency resolution
What did you see instead?
Additional context
The
github.com/prometheus/common
module recently deprecated and removed thegit.luolix.top/prometheus/common/log
package in v0.27.0.github.com/prometheus/statsd_exporter
updated its dependency in v0.21.0. The latest release of this module still depends ongit.luolix.top/prometheus/statsd_exporter
v0.20.0
whilemaster
has been updated. A new release cut frommaster
should fix the issue.The text was updated successfully, but these errors were encountered: