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
go get -u all
go: github.com/armon/[email protected] (matching all@upgrade) requires 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
Looks like this is required transitively by limiters
go mod why github.com/armon/go-metrics
# github.com/armon/go-metrics
company.org/repo/<internal>/entrypoint
github.com/mennanov/limiters
github.com/hashicorp/consul/api
github.com/hashicorp/serf/coordinate
github.com/hashicorp/go-metrics/compat
github.com/armon/go-metrics
The text was updated successfully, but these errors were encountered:
I'm trying to update my dependencies:
go get -u all
I get:
Looks like this is required transitively by limiters
The text was updated successfully, but these errors were encountered: