Revert "Remove crypto/ssh package from build script"

This reverts commit b90689611c.
This commit is contained in:
Cosmin Cojocar 2018-04-30 12:11:26 +02:00
parent b90689611c
commit 515cb3bdf0

View file

@ -11,6 +11,7 @@ install:
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint
- go get -u github.com/onsi/ginkgo/ginkgo - go get -u github.com/onsi/ginkgo/ginkgo
- go get -u github.com/onsi/gomega - go get -u github.com/onsi/gomega
- go get -u golang.org/x/crypto/ssh
- go get -u github.com/GoASTScanner/gas/cmd/gas/... - go get -u github.com/GoASTScanner/gas/cmd/gas/...
- go get -v -t ./... - go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin - export PATH=$PATH:$HOME/gopath/bin