metal-cli icon indicating copy to clipboard operation
metal-cli copied to clipboard

go get instructions fail on dependencies

Open displague opened this issue 3 years ago • 1 comments

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)

displague avatar Jul 21 '21 19:07 displague

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.

displague avatar Jul 22 '21 14:07 displague