@@ -6,18 +6,21 @@ require (
6
6
github.com/alexballas/go2tv v0.0.0-00010101000000-000000000000
7
7
github.com/duolabmeng6/goefun v1.3.8
8
8
github.com/gin-gonic/gin v1.9.1
9
+ github.com/ncruces/zenity v0.10.10
9
10
github.com/wailsapp/wails/v2 v2.6.0
10
11
)
11
12
12
13
replace github.com/alexballas/go2tv => ./go2tv
13
14
14
15
require (
15
16
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
17
+ github.com/akavel/rsrc v0.10.2 // indirect
16
18
github.com/alexballas/go-ssdp v0.0.3 // indirect
17
19
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
18
20
github.com/bep/debounce v1.2.1 // indirect
19
21
github.com/bytedance/sonic v1.9.1 // indirect
20
22
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
23
+ github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
21
24
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
22
25
github.com/gin-contrib/sse v0.1.0 // indirect
23
26
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -32,6 +35,7 @@ require (
32
35
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
33
36
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
34
37
github.com/joho/godotenv v1.5.1 // indirect
38
+ github.com/josephspurrier/goversioninfo v1.4.0 // indirect
35
39
github.com/json-iterator/go v1.1.12 // indirect
36
40
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
37
41
github.com/kr/pretty v0.3.0 // indirect
@@ -49,6 +53,7 @@ require (
49
53
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
50
54
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
51
55
github.com/pkg/errors v0.9.1 // indirect
56
+ github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
52
57
github.com/rivo/uniseg v0.4.4 // indirect
53
58
github.com/rogpeppe/go-internal v1.8.0 // indirect
54
59
github.com/rs/zerolog v1.29.0 // indirect
@@ -65,9 +70,10 @@ require (
65
70
golang.org/x/arch v0.3.0 // indirect
66
71
golang.org/x/crypto v0.9.0 // indirect
67
72
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
73
+ golang.org/x/image v0.10.0 // indirect
68
74
golang.org/x/net v0.10.0 // indirect
69
- golang.org/x/sys v0.8 .0 // indirect
70
- golang.org/x/text v0.9 .0 // indirect
75
+ golang.org/x/sys v0.10 .0 // indirect
76
+ golang.org/x/text v0.11 .0 // indirect
71
77
google.golang.org/protobuf v1.30.0 // indirect
72
78
gopkg.in/yaml.v3 v3.0.1 // indirect
73
79
)
0 commit comments