We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe I am doing something wrong, but the instructions from the README do not work for installing this library.
$ go get github.com/hashicorp/terraform-config-inspect cannot find package "github.com/hashicorp/hcl/v2" in any of: /usr/local/Cellar/go/1.15.2/libexec/src/github.com/hashicorp/hcl/v2 (from $GOROOT) /Users/rking/go/src/github.com/hashicorp/hcl/v2 (from $GOPATH) cannot find package "github.com/hashicorp/hcl/v2/gohcl" in any of: /usr/local/Cellar/go/1.15.2/libexec/src/github.com/hashicorp/hcl/v2/gohcl (from $GOROOT) /Users/rking/go/src/github.com/hashicorp/hcl/v2/gohcl (from $GOPATH) cannot find package "github.com/hashicorp/hcl/v2/hclparse" in any of: /usr/local/Cellar/go/1.15.2/libexec/src/github.com/hashicorp/hcl/v2/hclparse (from $GOROOT) /Users/rking/go/src/github.com/hashicorp/hcl/v2/hclparse (from $GOPATH) cannot find package "github.com/hashicorp/hcl/v2/hclsyntax" in any of: /usr/local/Cellar/go/1.15.2/libexec/src/github.com/hashicorp/hcl/v2/hclsyntax (from $GOROOT) /Users/rking/go/src/github.com/hashicorp/hcl/v2/hclsyntax (from $GOPATH)
The text was updated successfully, but these errors were encountered:
Maybe you're using Go in GOPATH mode. Can you try to :
Sorry, something went wrong.
Relates to #57
Hi, I had the same issue on Windows and this solved the problemfor me:
set GO111MODULE=on go get github.com/hashicorp/terraform-config-inspect
But for sure I will appreciate having pre-built binaries too.
No branches or pull requests
Maybe I am doing something wrong, but the instructions from the README do not work for installing this library.
The text was updated successfully, but these errors were encountered: