lavalamp- / ipv666

Golang IPv6 address enumeration
BSD 2-Clause "Simplified" License
355 stars 50 forks source link

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

Open rwxzig opened 3 years ago

rwxzig commented 3 years ago

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?

listenerri commented 3 years ago

Update go version to 1.16.