2018-12-08 01:56:04 +00:00
|
|
|
module github.com/yggdrasil-network/yggdrasil-go
|
|
|
|
|
|
|
|
require (
|
2019-10-05 17:16:22 +00:00
|
|
|
github.com/Arceliar/phony v0.0.0-20191004004458-c7ba8368bafa
|
2019-01-31 02:58:23 +00:00
|
|
|
github.com/gologme/log v0.0.0-20181207131047-4e5d8ccb38e8
|
2019-06-29 17:33:00 +00:00
|
|
|
github.com/hashicorp/go-syslog v1.0.0
|
2019-09-01 20:32:40 +00:00
|
|
|
github.com/hjson/hjson-go v3.0.1-0.20190209023717-9147687966d9+incompatible
|
2018-12-08 01:56:04 +00:00
|
|
|
github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
|
|
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
|
2019-08-21 04:44:20 +00:00
|
|
|
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b // indirect
|
2019-08-14 18:32:40 +00:00
|
|
|
github.com/vishvananda/netlink v1.0.0
|
|
|
|
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
|
2019-08-12 10:41:29 +00:00
|
|
|
github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8
|
2019-08-21 04:44:20 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
2019-08-14 21:21:30 +00:00
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
|
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
|
2019-07-19 21:21:30 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2018-12-08 01:56:04 +00:00
|
|
|
)
|