metal-cli
metal-cli copied to clipboard
go get instructions fail on dependencies
On a Mac with go 1.15.4:
$ go get -u github.com/equinix/metal-cli/cmd/metal
cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
/usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
/Users/elake/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)
On OS 11.4, with go 1.16, I was not able to reproduce this error. I also ran go clean --modcache
and go clean --cache
and tried again. Could not reproduce this.