2018-12-08 01:56:04 +00:00
|
|
|
module github.com/yggdrasil-network/yggdrasil-go
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
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
|
2018-12-17 10:50:57 +00:00
|
|
|
github.com/hjson/hjson-go v0.0.0-20181010104306-a25ecf6bd222
|
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-07-30 10:52:30 +00:00
|
|
|
github.com/yggdrasil-network/water v0.0.0-20190725123504-a16161896c34
|
2019-07-19 21:21:30 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2019-07-25 07:40:45 +00:00
|
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
2019-08-02 19:05:15 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
|
2019-07-19 21:21:30 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2019-08-02 19:05:15 +00:00
|
|
|
golang.org/x/tools v0.0.0-20190802003818-e9bb7d36c060 // indirect
|
2018-12-08 01:56:04 +00:00
|
|
|
)
|