mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
go mod tidy
This commit is contained in:
parent
5fb45014f2
commit
0dfd7e6d0e
2 changed files with 4 additions and 6 deletions
8
go.mod
8
go.mod
|
@ -26,13 +26,13 @@ require (
|
|||
github.com/jchv/go-webview2 v0.0.0-20221027045535-e2a104b55541
|
||||
)
|
||||
|
||||
require github.com/webview/webview v0.0.0-20221220082822-77e021440a0f
|
||||
|
||||
require (
|
||||
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
||||
github.com/vorot93/golang-signals v0.0.0-20170221070717-d9e83421ce45 // indirect
|
||||
github.com/vorot93/golang-signals v0.0.0-20170221070717-d9e83421ce45
|
||||
github.com/webview/webview v0.0.0-20221220082822-77e021440a0f
|
||||
)
|
||||
|
||||
require github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
||||
|
||||
require (
|
||||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
||||
github.com/dustin/go-humanize v1.0.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue