mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
22 lines
861 B
Modula-2
22 lines
861 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/cheggaaa/pb/v3 v3.0.4
|
|
github.com/gologme/log v0.0.0-20181207131047-4e5d8ccb38e8
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/hjson/hjson-go v3.0.2-0.20200316202735-d5d0e8b0617d+incompatible
|
|
github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/vishvananda/netlink v1.0.0
|
|
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
golang.org/x/text v0.3.5
|
|
golang.zx2c4.com/wireguard v0.0.0-20210212170059-7a0fb5bbb172
|
|
golang.zx2c4.com/wireguard/windows v0.3.5
|
|
)
|