go-webview-selector

This commit is contained in:
Mihail Slobodyanuk 2022-12-11 18:41:58 +02:00
parent edaa54c1ef
commit d8c05a1e4a
3 changed files with 15 additions and 4 deletions

5
go.mod
View file

@ -14,7 +14,6 @@ require (
github.com/mitchellh/mapstructure v1.4.1
github.com/vikulin/sctp v0.0.0-20221009200520-ae0f2830e422
github.com/vishvananda/netlink v1.1.0
github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43
golang.org/x/text v0.3.8
@ -33,10 +32,14 @@ require (
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/jchv/go-webview-selector v0.0.0-20220126075917-13df59bce3cf // direct
github.com/jchv/go-webview2 v0.0.0-20220126073738-2ea27096a5eb // indirect
github.com/jchv/go-winloader v0.0.0-20200815041850-dec1ee9a7fd5 // indirect
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
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-20221206071508-862eb96057ff // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.19.1 // indirect