@@ -6,8 +6,8 @@ toolchain go1.23.6
6
6
7
7
require (
8
8
fyne.io/fyne/v2 v2.2.4
9
+ github.com/ebitengine/oto/v3 v3.3.2
9
10
github.com/hajimehoshi/go-mp3 v0.3.4
10
- github.com/hajimehoshi/oto/v2 v2.4.0
11
11
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
12
12
github.com/mattn/go-shellwords v1.0.12
13
13
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -18,40 +18,25 @@ require (
18
18
19
19
require (
20
20
fyne.io/systray v1.10.1-0.20220621085403-9a2652634e93 // indirect
21
- github.com/cilium/ebpf v0.17.2 // indirect
22
- github.com/cosiner/argv v0.1.0 // indirect
23
- github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
24
21
github.com/davecgh/go-spew v1.1.1 // indirect
25
- github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d // indirect
26
- github.com/ebitengine/purego v0.3.0 // indirect
22
+ github.com/ebitengine/purego v0.8.0 // indirect
27
23
github.com/fredbi/uri v1.0.0 // indirect
28
24
github.com/fsnotify/fsnotify v1.6.0 // indirect
29
25
github.com/fyne-io/gl-js v0.0.0-20220802150000-8e339395f381 // indirect
30
26
github.com/fyne-io/glfw-js v0.0.0-20220517201726-bebc2019cd33 // indirect
31
27
github.com/fyne-io/image v0.0.0-20221020213044-f609c6a24345 // indirect
32
- github.com/go-delve/delve v1.24.0 // indirect
33
- github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62 // indirect
34
28
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
35
29
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
36
30
github.com/go-ole/go-ole v1.2.6 // indirect
37
31
github.com/godbus/dbus/v5 v5.1.0 // indirect
38
32
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
39
- github.com/google/go-dap v0.12 .0 // indirect
33
+ github.com/google/go-cmp v0.6 .0 // indirect
40
34
github.com/gopherjs/gopherjs v1.17.2 // indirect
41
- github.com/hashicorp/golang-lru v1.0.2 // indirect
42
- github.com/inconshreveable/mousetrap v1.1.0 // indirect
43
35
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
36
+ github.com/kr/text v0.2.0 // indirect
44
37
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
45
- github.com/mattn/go-colorable v0.1.14 // indirect
46
- github.com/mattn/go-isatty v0.0.20 // indirect
47
- github.com/mattn/go-runewidth v0.0.16 // indirect
48
38
github.com/pmezard/go-difflib v1.0.0 // indirect
49
39
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
50
- github.com/rivo/uniseg v0.4.7 // indirect
51
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
52
- github.com/sirupsen/logrus v1.9.3 // indirect
53
- github.com/spf13/cobra v1.8.1 // indirect
54
- github.com/spf13/pflag v1.0.6 // indirect
55
40
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
56
41
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
57
42
github.com/stretchr/testify v1.8.4 // indirect
@@ -60,15 +45,10 @@ require (
60
45
github.com/tklauser/numcpus v0.6.0 // indirect
61
46
github.com/yuin/goldmark v1.5.3 // indirect
62
47
github.com/yusufpapurcu/wmi v1.2.2 // indirect
63
- go.starlark.net v0.0.0-20250128212104-d908c3ead437 // indirect
64
- golang.org/x/arch v0.14.0 // indirect
65
- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
66
48
golang.org/x/image v0.2.0 // indirect
67
49
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
68
50
golang.org/x/net v0.33.0 // indirect
69
- golang.org/x/sync v0.11.0 // indirect
70
51
golang.org/x/sys v0.30.0 // indirect
71
- golang.org/x/telemetry v0.0.0-20250205183316-c67c2d15c073 // indirect
72
52
golang.org/x/term v0.27.0 // indirect
73
53
golang.org/x/text v0.21.0 // indirect
74
54
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments