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

outdated replace directive in go.mod #5

Open
Morty-luo opened this issue Feb 9, 2023 · 0 comments
Open

outdated replace directive in go.mod #5

Morty-luo opened this issue Feb 9, 2023 · 0 comments

Comments

@Morty-luo
Copy link

It seems that mcuadros/ascode does not depend on github.com/hashicorp/hcl2 any more, both directly and indirectly.
So, replace usage left in go.mod makes no sense. Should it be dropped?

$ go mod why -m github.com/hashicorp/hcl2
# github.com/hashicorp/hcl2
(main module does not need module github.com/hashicorp/hcl2)

https://github.com/mcuadros/ascode/blob/master/go.mod#L42

replace github.com/hashicorp/hcl2 => github.com/mcuadros/hcl2 v0.0.0-20190711172820-dd3dbf62a554
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

1 participant