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

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module git.zx2c4.com/wireguard-go
require (
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4
golang.org/x/net v0.0.0-20181005035420-146acd28ed58
golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e
)