Switch to go modules

This commit is contained in:
Jason A. Donenfeld
2018-10-09 18:11:36 +02:00
parent b41922e5c8
commit 5d6083df7e
6 changed files with 20 additions and 81 deletions

View File

@@ -48,7 +48,7 @@ This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapp
## Building
This requires an installation of [go](https://golang.org) and of [dep](https://github.com/golang/dep). If dep is not installed, it will be downloaded and built as part of the build process.
This requires an installation of [go](https://golang.org) ≥ 1.11.
```
$ git clone https://git.zx2c4.com/wireguard-go