Skip to content

Commit f63b4e7

Browse files
committed
Migrate to go modules
1 parent a380cfd commit f63b4e7

File tree

5 files changed

+140
-1445
lines changed

5 files changed

+140
-1445
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ your working directory and it will try to run the test suite locally.
7777
## Vendoring
7878

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

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

89-
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).
89+
You can find more information on how to get started with it on the [Modules Wiki](https://github.com/golang/go/wiki/Modules).
9090

9191
## Translation
9292

0 commit comments

Comments
 (0)