ipv666 icon indicating copy to clipboard operation
ipv666 copied to clipboard

cannot find package "github.com/hashicorp/hcl/hcl/printer"

Open rwxzig opened this issue 4 years ago • 1 comments

Trying to build the code by using 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?

rwxzig avatar Mar 30 '21 15:03 rwxzig

Update go version to 1.16.

listenerri avatar Apr 29 '21 10:04 listenerri