mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 20:45:53 +00:00
Revert "Remove crypto/ssh package from build script"
This reverts commit b90689611c
.
This commit is contained in:
parent
b90689611c
commit
515cb3bdf0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue