-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 769 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/shadfin/desktop-shim
go 1.23.2
require (
github.com/gen2brain/go-mpv v0.2.3
github.com/gonutz/w32/v3 v3.0.0-beta9
github.com/gonutz/wui/v2 v2.8.1
)
require (
github.com/KarpelesLab/weak v0.1.1 // indirect
github.com/brys0/wui-layered v0.0.0-20241104191604-1a32fbc9a246 // indirect
github.com/brys0/wui-layered/v2 v2.0.0-20241104192612-5aaf322666bc // indirect
github.com/diamondburned/gotk4/pkg v0.3.1 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/gonutz/w32/v2 v2.11.1 // indirect
github.com/gotk3/gotk3 v0.6.4 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.20.0 // indirect
)