From d77176912bccf1dc0ad93366df55f00fee23b498 Mon Sep 17 00:00:00 2001 From: Mura Li Date: Wed, 27 Mar 2019 19:15:23 +0800 Subject: 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 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64b3d28d6b..260727f15e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,7 +88,7 @@ update these instructions. ## Vendoring We keep a cached copy of dependencies within the `vendor/` directory, -managing updates via [dep](https://github.com/golang/dep). +managing updates via [Modules](https://golang.org/cmd/go/#hdr-Module_maintenance). Pull requests should only include `vendor/` updates if they are part of 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, and must be verified by the reviewers and/or merger to always reference an existing upstream commit. -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). +You can find more information on how to get started with it on the [Modules Wiki](https://github.com/golang/go/wiki/Modules). ## Translation -- cgit v1.2.3