Migrate to dep 0.5 (#4684)

This commit is contained in:
Michael
2019-03-28 12:58:57 +01:00
committed by Ludovic Fernandez
parent 57ae9a80d5
commit 358f125a58
9 changed files with 658 additions and 311 deletions

View File

@@ -10,7 +10,7 @@ RUN go get golang.org/x/lint/golint \
# Which docker version to test on
ARG DOCKER_VERSION=17.03.2
ARG DEP_VERSION=0.4.1
ARG DEP_VERSION=0.5.1
# Download go-bindata binary to bin folder in $GOPATH
RUN mkdir -p /usr/local/bin \