mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Refactor node setup, config, defaults
This commit is contained in:
parent
559e31c502
commit
8be919abba
13 changed files with 395 additions and 331 deletions
3
go.mod
3
go.mod
|
@ -9,6 +9,7 @@ require (
|
|||
github.com/cheggaaa/pb/v3 v3.0.8
|
||||
github.com/fatih/color v1.12.0 // indirect
|
||||
github.com/gologme/log v1.2.0
|
||||
github.com/google/btree v1.0.1 // indirect
|
||||
github.com/hashicorp/go-syslog v1.0.0
|
||||
github.com/hjson/hjson-go v3.1.0+incompatible
|
||||
github.com/kardianos/minwinsvc v1.0.0
|
||||
|
@ -21,6 +22,8 @@ require (
|
|||
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3
|
||||
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267
|
||||
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b
|
||||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
|
||||
golang.zx2c4.com/wireguard v0.0.0-20211017052713-f87e87af0d9a
|
||||
golang.zx2c4.com/wireguard/windows v0.4.12
|
||||
inet.af/netstack v0.0.0-20211120045802-8aa80cf23d3c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue