dsnet/go.mod

13 lines
349 B
Modula-2

module github.com/naggie/dsnet
go 1.13
require (
github.com/go-playground/validator/v10 v10.2.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200205215550-e35592f146e4
)