Skip to content

Commit

Permalink
Update README to mention Go modules now
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Nov 2, 2018
1 parent ad59a50 commit 03ef268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
=====
Expand Down

0 comments on commit 03ef268

Please sign in to comment.