diff options
author | 2018-09-29 19:47:07 -0300 | |
---|---|---|
committer | 2018-09-29 23:47:07 +0100 | |
commit | 0e8977761d441c478a53c4b2a7299527ea1f2b47 (patch) | |
tree | a5f7fc982b94b418755c8fb70a5c0c1b7d00256d /CONTRIBUTING.md | |
parent | 8f8b81f56b66d49bc94503cc56441f0504654587 (diff) | |
download | coredns-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.md | 2 |
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 |