Skip to content
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

update dependencies #117

Closed
andresvia opened this issue Feb 14, 2025 · 1 comment
Closed

update dependencies #117

andresvia opened this issue Feb 14, 2025 · 1 comment

Comments

@andresvia
Copy link

I'm trying to update my dependencies:

go get -u all

I get:

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
@mennanov
Copy link
Owner

Looks like this issue is already discussed in hashicorp/consul#19440

Please, take a look at #119 and let me know if that resolves your issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants