From 7a4b4c941c86e66fb8ac9da88eb03c8028036be0 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jul 2019 15:36:04 +0200 Subject: [PATCH] Update dep version --- build.Dockerfile | 2 +- docs/content/contributing/building-testing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.Dockerfile b/build.Dockerfile index 622cebb93..0901ae3bf 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -14,7 +14,7 @@ RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh # Which docker version to test on ARG DOCKER_VERSION=17.03.2 -ARG DEP_VERSION=0.5.0 +ARG DEP_VERSION=0.5.4 # Download go-bindata binary to bin folder in $GOPATH RUN mkdir -p /usr/local/bin \ diff --git a/docs/content/contributing/building-testing.md b/docs/content/contributing/building-testing.md index 99976f964..e607511d9 100644 --- a/docs/content/contributing/building-testing.md +++ b/docs/content/contributing/building-testing.md @@ -123,7 +123,7 @@ If you happen to update the provider's templates (located in `/templates`), you The [dep](https://github.com/golang/dep) command is not required for building; however, it is necessary if you need to update the dependencies (i.e., add, update, or remove third-party packages). -You need [dep](https://github.com/golang/dep) >= 0.5.0. +You need [dep](https://github.com/golang/dep) >= 0.5.4. If you want to add a dependency, use `dep ensure -add` to have [dep](https://github.com/golang/dep) put it into the vendor folder and update the dep manifest/lock files (`Gopkg.toml` and `Gopkg.lock`, respectively).