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
Attempt to add go.mod to avoid go install issues
Subpackages required during installation are resolved
by go mod to the original repository and not this fork.
Hopefully adding go mod will point it to this fork.
Replace armon/go-metrics with hashicorp/go-metrics
This is to fix the issue caused by go modules picking up old name
of the module (armon) and causing conflict with module declaring
itself as hashicorp/go-metrics.