mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
go mod tidy fix
This commit is contained in:
parent
3e24187cd1
commit
17a5ef2d39
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -21,10 +21,10 @@ require (
|
||||||
golang.zx2c4.com/wireguard/windows v0.4.12
|
golang.zx2c4.com/wireguard/windows v0.4.12
|
||||||
)
|
)
|
||||||
|
|
||||||
require gerace.dev/zipfs v0.2.0 // indirect
|
require gerace.dev/zipfs v0.2.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
||||||
github.com/dustin/go-humanize v1.0.0 // indirect
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
||||||
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
|
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
|
||||||
github.com/getlantern/ema v0.0.0-20190620044903-5943d28f40e4 // indirect
|
github.com/getlantern/ema v0.0.0-20190620044903-5943d28f40e4 // indirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue