mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
Add ssh package to the build
The ssh package is not part of the standard library in go 1.5.
This commit is contained in:
parent
179c178924
commit
a7cdd9cd8d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ go:
|
|||
install:
|
||||
- go get -v github.com/onsi/ginkgo/ginkgo
|
||||
- go get -v github.com/onsi/gomega
|
||||
- go get -v golang.org/x/crypto/ssh
|
||||
- go get -v -t ./...
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue