Add support for freebsd/arm64

This commit is contained in:
Dmitri Goutnik 2019-12-11 08:00:02 -05:00
parent a9cfa5bc0d
commit 8cb8b67b9b
No known key found for this signature in database
GPG key ID: C197B67CEBE20ECD
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -15,7 +15,7 @@ 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-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20191021144547-ec77196f6094
golang.org/x/sys v0.0.0-20191024172528-b4ff53e7a1cb
golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
golang.org/x/text v0.3.2
)