diff options
| author | Jordan Liggitt <liggitt@google.com> | 2019-04-18 01:59:56 -0400 |
|---|---|---|
| committer | Jordan Liggitt <liggitt@google.com> | 2019-04-18 01:59:56 -0400 |
| commit | 32b8f4584b621a3f78521a4cacbe45ef7ed4fc35 (patch) | |
| tree | f321e941f96dbdda7e0273bb43bb8459e205a808 /contributors | |
| parent | c5f13b3dec33043935b1e0cf7b61c474c51c2fbf (diff) | |
Update vendor links
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/development.md | 4 | ||||
| -rw-r--r-- | contributors/devel/sig-testing/testing.md | 2 | ||||
| -rw-r--r-- | contributors/guide/coding-conventions.md | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 0c2fa44b..bfaa8d8d 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -163,11 +163,11 @@ images. #### Dependency management -Kubernetes uses [`godep`](https://github.com/tools/godep) to manage +Kubernetes uses [go modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. Developers who need to manage dependencies in the `vendor/` tree should read -the docs on [using godep to manage dependencies](sig-architecture/godep.md). +the docs on [using go modules to manage dependencies](/contributors/devel/sig-architecture/vendor.md). ## Build with Bazel/Gazel diff --git a/contributors/devel/sig-testing/testing.md b/contributors/devel/sig-testing/testing.md index 2baf4b3c..ffe066c4 100644 --- a/contributors/devel/sig-testing/testing.md +++ b/contributors/devel/sig-testing/testing.md @@ -16,7 +16,7 @@ This assumes you already read the [development guide](../development.md) to -install go, godeps, and configure your git client. All command examples are +install go and configure your git client. All command examples are relative to the `kubernetes` root directory. Before sending pull requests you should at least make sure your changes have 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` |
