Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod: Replace armon/go-metrics with hashicorp/go-metrics
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]>
- Loading branch information