-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (23 loc) · 836 Bytes
/
go.mod
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
module mpris-timer
go 1.23.3
require (
fyne.io/systray v1.11.0
github.com/diamondburned/gotk4/pkg v0.3.1
github.com/efogdev/gotk4-adwaita/pkg v0.0.0-20241107224354-1d53d3fb8980
github.com/godbus/dbus/v5 v5.1.0
github.com/google/uuid v1.6.0
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/hajimehoshi/oto/v2 v2.4.2
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
)
require (
github.com/KarpelesLab/weak v0.1.1 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)