-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 825 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 825 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
module github.com/MiracleOS-Team/desktop
go 1.24.0
require (
github.com/MiracleOS-Team/desktoplib v0.0.0-20251012162900-77396125eb94
github.com/MiracleOS-Team/libxdg-go v0.0.0-20251012163055-74d1f12a1177
github.com/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
golang.org/x/text v0.30.0
)
require (
github.com/distatus/battery v0.11.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/itchyny/volume-go v0.2.2 // indirect
github.com/jfreymuth/pulse v0.1.1 // indirect
github.com/moutend/go-wca v0.3.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/sys v0.37.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
howett.net/plist v1.0.1 // indirect
)