We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing the github.com/hashicorp/consul/api v1.31.0 subpackage as a go dependency reports the following:
github.com/hashicorp/consul/api v1.31.0
module declares its path as: github.com/hashicorp/go-metrics but was required as: github.com/armon/go-metrics
Which is caused by the renaming of the metrics package. Related PR hashicorp/serf#760 fixes that in serf AFAIK.
go get -u github.com/hashicorp/consul/[email protected]
The text was updated successfully, but these errors were encountered:
fixed by the following: hashicorp/serf#760 (comment)
Sorry, something went wrong.
No branches or pull requests
Overview of the Issue
Installing the
github.com/hashicorp/consul/api v1.31.0
subpackage as a go dependency reports the following:Which is caused by the renaming of the metrics package. Related PR hashicorp/serf#760 fixes that in serf AFAIK.
Reproduction Steps
go get -u github.com/hashicorp/consul/[email protected]
on any go projectThe text was updated successfully, but these errors were encountered: