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 thegithub.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 ongithub.com/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: