Update changelog, readme, go.mod/go.sum

This commit is contained in:
Neil Alexander 2019-08-14 22:21:30 +01:00
parent f26f071901
commit 2abb71682f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 26 additions and 5 deletions

6
go.mod
View file

@ -12,8 +12,8 @@ require (
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
golang.org/x/sys v0.0.0-20190812073006-9eafafc0a87e
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190809145639-6d4652c779c4 // indirect
golang.org/x/tools v0.0.0-20190814171936-5b18234b3ae0 // indirect
)