mirror of
https://github.com/securego/gosec.git
synced 2025-02-01 12:57:55 +02: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
@ -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…
x
Reference in New Issue
Block a user