Switch to go modules
This commit is contained in:
parent
b41922e5c8
commit
5d6083df7e
6 changed files with 20 additions and 81 deletions
7
go.mod
Normal file
7
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue