aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Manuel Alejandro de Brito Fontes <aledbf@gmail.com> 2018-09-29 19:47:07 -0300
committerGravatar Miek Gieben <miek@miek.nl> 2018-09-29 23:47:07 +0100
commit0e8977761d441c478a53c4b2a7299527ea1f2b47 (patch)
treea5f7fc982b94b418755c8fb70a5c0c1b7d00256d /CONTRIBUTING.md
parent8f8b81f56b66d49bc94503cc56441f0504654587 (diff)
downloadcoredns-0e8977761d441c478a53c4b2a7299527ea1f2b47.tar.gz
coredns-0e8977761d441c478a53c4b2a7299527ea1f2b47.tar.zst
coredns-0e8977761d441c478a53c4b2a7299527ea1f2b47.zip
Dep helper (#2151)
* Add dep task to update go dependencies * Update go dependencies
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c44b85f9d..e99420d8d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -95,7 +95,7 @@ $ go get -u github.com/golang/dep/cmd/dep
Use the following to update the locked versions of all dependencies
```sh
-$ dep ensure -update
+$ make dep-ensure
```
To add a dependency to the project, you might run