2020-02-09 21:56:51 +01:00
|
|
|
module github.com/naggie/dsnet
|
|
|
|
|
|
|
|
go 1.13
|
2020-02-28 00:22:32 +01:00
|
|
|
|
2020-03-02 03:54:43 +01:00
|
|
|
require (
|
2020-03-04 00:09:54 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.2.0
|
2020-03-04 20:38:48 +01:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-03-02 19:44:19 +01:00
|
|
|
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721
|
2020-03-04 20:38:48 +01:00
|
|
|
github.com/vishvananda/netlink v1.0.0
|
|
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
|
2020-03-02 03:54:43 +01:00
|
|
|
golang.org/x/tools v0.0.0-20200302155637-b1e4e04173e0 // indirect
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200205215550-e35592f146e4
|
|
|
|
)
|