-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (34 loc) · 1.24 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
module github.com/ddkwork/ux
go 1.24.0
require (
gioui.org v0.8.0
gioui.org/x v0.8.1
github.com/alecthomas/chroma/v2 v2.15.0
github.com/ddkwork/golibrary v0.0.91-0.20250221114559-8a02d569f328
github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
github.com/google/uuid v1.6.0
github.com/inkeliz/giosvg v0.0.0-20240821232107-3208d4350d55
github.com/lmittmann/tint v1.0.7
github.com/oligo/gioview v0.8.2
github.com/tanema/gween v0.0.0-20221212145351-621cc8a459d1
golang.org/x/exp/shiny v0.0.0-20250218142911-aa4b98e5adaa
golang.org/x/image v0.24.0
golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0
golang.org/x/tools v0.30.0
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/dc0d/caseconv v0.5.0 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mvdan.cc/gofumpt v0.7.0 // indirect
)