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
Missing cli deps:
Go deps: joshdk/ykmango has to be installed via go get -u github.com/joshdk/ykmango or the dependency is not found.
go get -u github.com/joshdk/ykmango
(awscli2.7) Mikes-MacBook-Pro:awsu mip$ make build gox -parallel=8 -osarch="darwin/amd64 linux/amd64" -ldflags "-s -w -X=main.build=edd42b7 -X=main.time=`TZ=UTC date '+%FT%TZ'` -X=main.version="2.0.2"" -output "build/awsu-{{.OS}}-{{.Arch}}" ./bin/ Number of parallel builds: 8 --> linux/amd64: github.com/kreuzwerker/awsu/bin --> darwin/amd64: github.com/kreuzwerker/awsu/bin 2 errors occurred: --> linux/amd64 error: exit status 1 Stderr: yubikey/oath.go:5:2: cannot find package "github.com/joshdk/ykmango" in any of: /Users/mip/go/src/github.com/kreuzwerker/awsu/vendor/github.com/joshdk/ykmango (vendor tree) /usr/local/Cellar/go/1.9.2/libexec/src/github.com/joshdk/ykmango (from $GOROOT) /Users/mip/go/src/github.com/joshdk/ykmango (from $GOPATH) --> darwin/amd64 error: exit status 1 Stderr: yubikey/oath.go:5:2: cannot find package "github.com/joshdk/ykmango" in any of: /Users/mip/go/src/github.com/kreuzwerker/awsu/vendor/github.com/joshdk/ykmango (vendor tree) /usr/local/Cellar/go/1.9.2/libexec/src/github.com/joshdk/ykmango (from $GOROOT) /Users/mip/go/src/github.com/joshdk/ykmango (from $GOPATH) make: *** [build] Error 1 (awscli2.7) Mikes-MacBook-Pro:awsu mip$ go get -u github.com/joshdk/ykmango (awscli2.7) Mikes-MacBook-Pro:awsu mip$ make build gox -parallel=8 -osarch="darwin/amd64 linux/amd64" -ldflags "-s -w -X=main.build=edd42b7 -X=main.time=`TZ=UTC date '+%FT%TZ'` -X=main.version="2.0.2"" -output "build/awsu-{{.OS}}-{{.Arch}}" ./bin/ Number of parallel builds: 8 --> linux/amd64: github.com/kreuzwerker/awsu/bin --> darwin/amd64: github.com/kreuzwerker/awsu/bin parallel upx --best --ultra-brute --quiet {} ::: build/awsu-*-* /bin/sh: parallel: command not found
The text was updated successfully, but these errors were encountered:
Can you retry with latest @suxor42 ?
Sorry, something went wrong.
Closed through #30
No branches or pull requests
Missing cli deps:
Go deps:
joshdk/ykmango has to be installed via
go get -u github.com/joshdk/ykmango
or the dependency is not found.The text was updated successfully, but these errors were encountered: