From 8f5e9728430358bba2447a4402d86ac2c08e3a76 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Thu, 20 Dec 2018 17:38:04 +0100 Subject: [PATCH] Update contributing docs: use dep version < 0.5.0 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd7d89d82..677d67ca4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ If you happen to update the provider templates (in `/templates`), you need to ru [dep](https://github.com/golang/dep) is not required for building; however, it is necessary to modify dependencies (i.e., add, update, or remove third-party packages) -You need to use [dep](https://github.com/golang/dep) >= O.4.1. +You need to use [dep](https://github.com/golang/dep) >= 0.4.1 and < 0.5.0. 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).