This commit is contained in:
vvikulin 2022-12-19 11:43:01 +02:00
parent 1e7d51bac6
commit 749cddae69
8 changed files with 15 additions and 4 deletions

7
go.mod
View file

@ -23,6 +23,12 @@ require (
require gerace.dev/zipfs v0.2.0
require (
github.com/jchv/go-webview-selector v0.0.0-20220126075917-13df59bce3cf // indirect
github.com/jchv/go-webview2 v0.0.0-20220126073738-2ea27096a5eb // indirect
github.com/jchv/go-winloader v0.0.0-20200815041850-dec1ee9a7fd5 // indirect
)
require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/dustin/go-humanize v1.0.0 // indirect
@ -39,7 +45,6 @@ require (
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.19.1 // indirect