From 54548c1e857ef55bd37cf0b4bfd66f560bb41997 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 10 Jan 2021 00:03:17 -0800 Subject: Use Go Modules Go has made it clear that the official way to manage modules is to use the built in modules system, and `dep` is painfully slow. This commit replaces the `dep` control files with the files needed for go modules and has synced the vendor directory. --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a76ef52..f03c83f 100644 --- a/README.md +++ b/README.md @@ -230,8 +230,3 @@ guidelines: a bug or, even better, contribute with a pull request. * We have a bunch of integration tests that can be run by executing `make test`. Ensure that all test pass before submitting your pull request. -* We are using [dep](https://golang.github.io/dep/) for managing the - dependencies of this project. If your contribution adds a new dependency (not - recommended, but sometimes there isn't other way), please update dep files and - vendor directory - [accordingly](https://golang.github.io/dep/docs/daily-dep.html#adding-a-new-dependency). -- cgit v1.2.3