From 03ef2680b0e6024974eb61079391fa9ce63ed8af Mon Sep 17 00:00:00 2001 From: Cedric Staub Date: Fri, 2 Nov 2018 12:42:49 -0700 Subject: [PATCH] Update README to mention Go modules now --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52b387f32cf..d1eeafb7faf 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ instructions on how to cross-compile a custom build with CGO enabled. ### Develop Ghostunnel has an extensive suite of integration tests. Our integration test -suite requires Python 3.5 (or later) and [gocovmerge][gcvm] to run. We use [gvt][gvt] for -managing vendored dependencies. +suite requires Python 3.5 (or later) and [gocovmerge][gcvm] to run. We use [Go +modules][gomod] for managing vendored dependencies. To run tests: @@ -101,8 +101,8 @@ To run tests: For more information on how to contribute, please see the [CONTRIBUTING](CONTRIBUTING.md) file. -[gvt]: https://github.com/FiloSottile/gvt [gcvm]: https://github.com/wadey/gocovmerge +[gomod]: https://github.com/golang/go/wiki/Modules Usage =====