Open rwxzig opened 3 years ago
Trying to build the code by using go get github.com/lavalamp-/ipv666/ipv666
go get github.com/lavalamp-/ipv666/ipv666
But I get this error:
package github.com/hashicorp/hcl/hcl/printer: cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of: /usr/lib/go-1.14/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT) /home/john/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)
Is there any quick fix for this?
Update go version to 1.16.
Trying to build the code by using
go get github.com/lavalamp-/ipv666/ipv666
But I get this error:
Is there any quick fix for this?