Skip to content

Commit e718b77

Browse files
committed
Migrate to go modules
1 parent d578b71 commit e718b77

File tree

582 files changed

+63815
-14794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

582 files changed

+63815
-14794
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ update these instructions.
8888
## Vendoring
8989

9090
We keep a cached copy of dependencies within the `vendor/` directory,
91-
managing updates via [dep](https://github.com/golang/dep).
91+
managing updates via [Modules](https://golang.org/cmd/go/#hdr-Module_maintenance).
9292

9393
Pull requests should only include `vendor/` updates if they are part of
9494
the same change, be it a bugfix or a feature addition.
@@ -97,7 +97,7 @@ The `vendor/` update needs to be justified as part of the PR description,
9797
and must be verified by the reviewers and/or merger to always reference
9898
an existing upstream commit.
9999

100-
You can find more information on how to get started with it on the [dep project website](https://golang.github.io/dep/docs/introduction.html).
100+
You can find more information on how to get started with it on the [Modules Uncyclo](https://github.com/golang/go/wiki/Modules).
101101

102102
## Translation
103103

0 commit comments

Comments
 (0)