Removed references to dep from README.md (#607)

Looks like this project now uses Go modules so `dep` steps are not needed.

Co-authored-by: Liz Rice <liz@lizrice.com>
This commit is contained in:
Paul McCarthy
2020-05-14 17:34:47 +01:00
committed by GitHub
co-authored by Liz Rice
parent 82614d9b3f
commit 582ce02ce6
-2
View File
@@ -244,9 +244,7 @@ If Go is installed on the target machines, you can simply clone this repository
```shell
go get github.com/aquasecurity/kube-bench
go get github.com/golang/dep/cmd/dep
cd $GOPATH/src/github.com/aquasecurity/kube-bench
$GOPATH/bin/dep ensure -vendor-only
go build -o kube-bench .
# See all supported options