-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (33 loc) · 1.37 KB
/
go.mod
File metadata and controls
37 lines (33 loc) · 1.37 KB
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
module github.com/linuxdeepin/dde-api
go 1.20
require (
github.com/disintegration/imaging v1.6.2
github.com/fogleman/gg v1.3.0
github.com/godbus/dbus/v5 v5.1.0
github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251106065250-e58866b2c218
github.com/linuxdeepin/go-gir v0.0.0-20251127080441-d9c47dbb6da4
github.com/linuxdeepin/go-lib v0.0.0-20251106065207-1fdf101312e6
github.com/linuxdeepin/go-x11-client v0.0.0-20230131052004-7503e2337ee1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/stretchr/testify v1.8.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/youpy/go-riff v0.1.0 // indirect
github.com/youpy/go-wav v0.3.2 // indirect
golang.org/x/image v0.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/zaf/g711 v0.0.0-20220109202201-cf0017bf0359 // indirect
golang.org/x/sys v0.5.0 // indirect
)