mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
get peers update moved to sse
This commit is contained in:
parent
b501455e2e
commit
399ad486f5
7 changed files with 99 additions and 71 deletions
5
go.mod
5
go.mod
|
@ -28,7 +28,10 @@ require (
|
|||
|
||||
require github.com/webview/webview v0.0.0-20221220082822-77e021440a0f
|
||||
|
||||
require github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
||||
require (
|
||||
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
||||
github.com/vorot93/golang-signals v0.0.0-20170221070717-d9e83421ce45 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue