mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
19 lines
709 B
Modula-2
19 lines
709 B
Modula-2
module github.com/yggdrasil-network/yggdrasil-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Arceliar/phony v0.0.0-20191006174943-d0c68492aca0
|
|
github.com/gologme/log v0.0.0-20181207131047-4e5d8ccb38e8
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/hjson/hjson-go v3.0.0+incompatible
|
|
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
|
|
github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
golang.org/x/net v0.0.0-20191021144547-ec77196f6094
|
|
golang.org/x/sys v0.0.0-20191024073052-e66fe6eb8e0c
|
|
golang.org/x/text v0.3.2
|
|
)
|