Skip to content

Commit d771769

Browse files
typelesslunny
authored andcommitted
Use Go1.11 module (#5743)
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
1 parent d578b71 commit d771769

File tree

575 files changed

+63234
-13958
lines changed

Some content is hidden

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

575 files changed

+63234
-13958
lines changed

CONTRIBUTING.md

+2-2
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 Wiki](https://github.com/golang/go/wiki/Modules).
101101

102102
## Translation
103103

0 commit comments

Comments
 (0)