forked from linuxdeepin/startdde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 674 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/linuxdeepin/startdde
go 1.15
require (
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.6.0
github.com/godbus/dbus/v5 v5.1.0
github.com/linuxdeepin/go-gir v0.0.0-20230331033513-a8d7a9e89f9b
github.com/linuxdeepin/go-x11-client v0.0.0-20230131052004-7503e2337ee1
github.com/stretchr/testify v1.8.2
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/linuxdeepin/dde-api v0.0.0-20230407015108-8b16b3779328
github.com/linuxdeepin/go-dbus-factory v0.0.0-20230407013947-6ff704a21ca7
github.com/linuxdeepin/go-lib v0.0.0-20230406092403-b4b4282fc513
)