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/go-metrics@v0.5.3: 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/go-metrics@v0.5.2 go: github.com/armon/go-metrics@v0.5.2: 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/go-metrics@v0.5.1 go: github.com/armon/go-metrics@v0.5.1: 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/go-metrics@v0.5.0 go: github.com/armon/go-metrics@v0.5.0: 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/go-metrics@v0.4.2 go: github.com/armon/go-metrics@v0.4.2: 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/go-metrics@v0.4.1 This is a workaround until hashicorp/serf#707 is fixed. Signed-off-by: Joe Groocock <me@frebib.net>
- Loading branch information