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
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)
It seems that
mcuadros/ascode
does not depend ongithub.com/hashicorp/hcl2
any more, both directly and indirectly.So, replace usage left in go.mod makes no sense. Should it be dropped?
https://github.com/mcuadros/ascode/blob/master/go.mod#L42
The text was updated successfully, but these errors were encountered: