2018-12-08 01:56:04 +00:00
|
|
|
module github.com/yggdrasil-network/yggdrasil-go
|
|
|
|
|
2019-10-24 09:16:52 +00:00
|
|
|
go 1.13
|
|
|
|
|
2018-12-08 01:56:04 +00:00
|
|
|
require (
|
2019-10-24 09:16:52 +00:00
|
|
|
github.com/Arceliar/phony v0.0.0-20191006174943-d0c68492aca0
|
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-10-24 09:47:44 +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
|
2019-10-25 02:50:10 +00:00
|
|
|
github.com/vishvananda/netlink v1.0.0
|
|
|
|
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
|
2019-11-23 13:56:48 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
|
|
|
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
|
|
|
|
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
|
2019-07-19 21:21:30 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2019-11-23 13:56:48 +00:00
|
|
|
golang.zx2c4.com/wireguard v0.0.20191013-0.20191030132932-4cdf805b29b1
|
|
|
|
golang.zx2c4.com/wireguard/windows v0.0.35-0.20191123133119-cb4a03094c25
|
2018-12-08 01:56:04 +00:00
|
|
|
)
|