13 lines
397 B
Modula-2
13 lines
397 B
Modula-2
module github.com/naggie/dsnet
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.2.0
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/vishvananda/netlink v1.0.0
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
|
|
golang.org/x/tools v0.0.0-20200302155637-b1e4e04173e0 // indirect
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200205215550-e35592f146e4
|
|
)
|