-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 915 Bytes
/
go.mod
File metadata and controls
30 lines (26 loc) · 915 Bytes
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
module zee
go 1.24.0
toolchain go1.24.6
require (
github.com/atotto/clipboard v0.1.4
github.com/energye/systray v1.0.3
github.com/gen2brain/malgo v0.11.25-0.20251120102819-856f60956a65
github.com/jfreymuth/pulse v0.1.1
github.com/maxhawkins/go-webrtcvad v0.0.0-20210121163624-be60036f3083
github.com/mewkiz/flac v1.0.13
github.com/micmonay/keybd_event v1.1.2
github.com/rs/zerolog v1.34.0
golang.design/x/hotkey v0.4.1
golang.org/x/term v0.39.0
nhooyr.io/websocket v1.8.17
)
require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
golang.design/x/mainthread v0.3.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)