update to use go dep for the dependencies

This commit is contained in:
Joachim Hill-Grannec
2018-08-02 14:10:13 +02:00
parent 50d87fa485
commit 25b1da52a4
417 changed files with 107 additions and 167670 deletions
+2
View File
@@ -4,5 +4,7 @@ set -e
export GOOS=linux
export GOARCH=386
go get -u github.com/golang/dep/cmd/dep
dep ensure
go build
docker build -t drone-helm .