-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
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
Please, Upgrade armon/go-metrics to hashicorp/go-metrics #707
Comments
Fixes the renamed-but-not-actually library that was moved into the hashicorp org that causes failures when trying to update modules: $ go get -u go: github.com/armon/[email protected]: parsing go.mod: module declares its path as: github.com/hashicorp/go-metrics but was required as: github.com/armon/go-metrics trying github.com/armon/[email protected] go: github.com/armon/[email protected]: parsing go.mod: module declares its path as: github.com/hashicorp/go-metrics but was required as: github.com/armon/go-metrics trying github.com/armon/[email protected] go: github.com/armon/[email protected]: parsing go.mod: module declares its path as: github.com/hashicorp/go-metrics but was required as: github.com/armon/go-metrics trying github.com/armon/[email protected] go: github.com/armon/[email protected]: parsing go.mod: module declares its path as: github.com/hashicorp/go-metrics but was required as: github.com/armon/go-metrics trying github.com/armon/[email protected] go: github.com/armon/[email protected]: parsing go.mod: module declares its path as: github.com/hashicorp/go-metrics but was required as: github.com/armon/go-metrics restoring github.com/armon/[email protected] This is a workaround until hashicorp/serf#707 is fixed. Signed-off-by: Joe Groocock <[email protected]>
Just hit this issue. I was wondering if there are any updates on this? cc @badrabubker |
Fixes hashicorp#707 Signed-off-by: Dentrax <[email protected]>
Quoting @jmurret's reply on a related PR:
|
hashicorp/go-metrics updated several versions... You can't update this one, or you'll get an error. go: github.com/armon/[email protected]: parsing go.mod:
module declares its path as: github.com/hashicorp/go-metrics
but was required as: github.com/armon/go-metrics
trying github.com/armon/[email protected]
go: github.com/armon/[email protected]: parsing go.mod:
module declares its path as: github.com/hashicorp/go-metrics
but was required as: github.com/armon/go-metrics
trying github.com/armon/[email protected]
go: github.com/armon/[email protected]: parsing go.mod:
module declares its path as: github.com/hashicorp/go-metrics
but was required as: github.com/armon/go-metrics
trying github.com/armon/[email protected]
go: github.com/armon/[email protected]: parsing go.mod:
module declares its path as: github.com/hashicorp/go-metrics
but was required as: github.com/armon/go-metrics
trying github.com/armon/[email protected]
go: github.com/armon/[email protected]: parsing go.mod:
module declares its path as: github.com/hashicorp/go-metrics
but was required as: github.com/armon/go-metrics
restoring github.com/armon/[email protected] |
Can move the old version back to |
The package armon/go-metrics was renamed to hashicorp/go-metrics
however, I need to add replace directives in my go.mod files to keep the vendors updated.
can we just update the dependencies and release again?
The text was updated successfully, but these errors were encountered: