-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
75 lines (69 loc) · 2.97 KB
/
go.mod
File metadata and controls
75 lines (69 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
module whispering-tiger-ui
go 1.25
toolchain go1.25.4
//https://github.com/Sharrnah/fyne/commits/feature/setting-preferred-language/
replace fyne.io/fyne/v2 => github.com/Sharrnah/fyne/v2 v2.0.0-20260119194230-3966abc16d2c
require (
fyne.io/fyne/v2 v2.7.2
github.com/dustin/go-humanize v1.0.1
github.com/ebitengine/oto/v3 v3.4.0
github.com/gen2brain/malgo v0.11.24
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/jaypipes/ghw v0.20.0
github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade
github.com/youpy/go-wav v0.3.2
golang.org/x/text v0.31.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/getsentry/sentry-go v0.37.0
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5
github.com/lunarhue/metallic-flock-zeroconf v0.0.0-20260102211421-1125516b5462
golang.design/x/clipboard v0.7.1
golang.org/x/sys v0.38.0
)
require (
fyne.io/systray v1.12.0 // indirect
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/fredbi/uri v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/fyne-io/gl-js v0.2.0 // indirect
github.com/fyne-io/glfw-js v0.3.0 // indirect
github.com/fyne-io/image v0.1.1 // indirect
github.com/fyne-io/oksvg v0.2.0 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-text/render v0.2.0 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/godbus/dbus/v5 v5.2.0 // indirect
github.com/hack-pad/go-indexeddb v0.3.2 // indirect
github.com/hack-pad/safejs v0.1.1 // indirect
github.com/jaypipes/pcidb v1.1.1 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nicksnyder/go-i18n/v2 v2.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rymdport/portal v0.4.2 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/youpy/go-riff v0.1.0 // indirect
github.com/yuin/goldmark v1.7.13 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
github.com/zaf/g711 v1.4.0 // indirect
golang.org/x/exp/shiny v0.0.0-20251113190631-e25ba8c21ef6 // indirect
golang.org/x/image v0.33.0 // indirect
golang.org/x/mobile v0.0.0-20251113184115-a159579294ab // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/tools v0.39.0 // indirect
howett.net/plist v1.0.2-0.20250314012144-ee69052608d9 // indirect
)