ascode icon indicating copy to clipboard operation
ascode copied to clipboard

outdated replace directive in go.mod

Open Morty-luo opened this issue 2 years ago • 0 comments

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

Morty-luo avatar Feb 09 '23 07:02 Morty-luo