mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Update Windows module a bit - capture TAP setup errors earlier, refer to newer version of water which should fix #456
This commit is contained in:
parent
85881c04fa
commit
1a5c2a4942
3 changed files with 48 additions and 20 deletions
11
go.mod
11
go.mod
|
@ -8,9 +8,10 @@ require (
|
|||
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-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
|
||||
github.com/yggdrasil-network/water v0.0.0-20190719211521-a76871ea954b
|
||||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
||||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
|
||||
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
|
||||
golang.org/x/text v0.3.2
|
||||
golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue