summaryrefslogtreecommitdiff
path: root/contributors/guide
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-04-18 11:14:03 -0700
committerGitHub <noreply@github.com>2019-04-18 11:14:03 -0700
commite84ea124b8fbd3dbb76a6066c39d56a0e16c4259 (patch)
tree8619ddc6b7388c7a1dc4f795da0287636f98b0b5 /contributors/guide
parent05960912eb2629b5ccbb3d01f7b9188e69e75e31 (diff)
parent32b8f4584b621a3f78521a4cacbe45ef7ed4fc35 (diff)
Merge pull request #3612 from liggitt/godeps-modules
Update vendor docs for go modules
Diffstat (limited to 'contributors/guide')
-rw-r--r--contributors/guide/coding-conventions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md
index fe6f376c..292cb5da 100644
--- a/contributors/guide/coding-conventions.md
+++ b/contributors/guide/coding-conventions.md
@@ -118,8 +118,8 @@ respectively. Actual application examples belong in /examples.
- Third-party code
- Go code for normal third-party dependencies is managed using
-[Godep](https://github.com/tools/godep) and is described in the kubernetes
-[godep guide](/contributors/devel/sig-architecture/godep.md)
+[go modules](https://github.com/golang/go/wiki/Modules) and is described in the kubernetes
+[vendoring guide](/contributors/devel/sig-architecture/vendor.md)
- Other third-party code belongs in `/third_party`
- forked third party Go code goes in `/third_party/forked`