2018-12-08 04:56:04 +03:00
|
|
|
module github.com/yggdrasil-network/yggdrasil-go
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
2018-12-17 13:50:57 +03:00
|
|
|
github.com/hjson/hjson-go v0.0.0-20181010104306-a25ecf6bd222
|
2018-12-08 04:56:04 +03:00
|
|
|
github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
2019-01-27 16:31:43 +03:00
|
|
|
github.com/gologme/log v0.0.0-20181207131047-4e5d8ccb38e8
|
2018-12-08 04:56:04 +03:00
|
|
|
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
|
|
|
|
github.com/yggdrasil-network/water v0.0.0-20180615095340-f732c88f34ae
|
|
|
|
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
|
|
|
|
golang.org/x/net v0.0.0-20181207154023-610586996380
|
|
|
|
golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e
|
|
|
|
golang.org/x/text v0.3.0
|
|
|
|
)
|