-
Notifications
You must be signed in to change notification settings - Fork 95
/
go.mod
47 lines (44 loc) · 1.82 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/linuxdeepin/dde-daemon
go 1.20
require (
github.com/Lofanmi/pinyin-golang v0.0.0-20211114132645-1db892057f20
github.com/adrg/xdg v0.5.3
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.8.0
github.com/godbus/dbus/v5 v5.1.0
github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a
github.com/jouyouyun/hardware v0.1.8
github.com/linuxdeepin/dde-api v0.0.0-20241226054448-2620c0f1575c
github.com/linuxdeepin/go-dbus-factory v0.0.0-20241205055755-b43db97ea584
github.com/linuxdeepin/go-gir v0.0.0-20230710064042-bd15f0549c87
github.com/linuxdeepin/go-lib v0.0.0-20241205060835-186e3626ee51
github.com/linuxdeepin/go-x11-client v0.0.0-20240415051504-c8e43d028ff9
github.com/mdlayher/netlink v1.7.2
github.com/msteinert/pam v1.2.0
github.com/rickb777/date v1.21.1
github.com/stretchr/testify v1.9.0
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
google.golang.org/protobuf v1.34.2
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/mozillazg/go-pinyin v0.19.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rickb777/plural v1.4.2 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/youpy/go-riff v0.1.0 // indirect
github.com/youpy/go-wav v0.3.2 // indirect
github.com/zaf/g711 v0.0.0-20220109202201-cf0017bf0359 // indirect
golang.org/x/image v0.10.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.21.0 // indirect
)