-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 1.05 KB
/
go.mod
File metadata and controls
27 lines (24 loc) · 1.05 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
module clone
go 1.25rc1
require github.com/ddkwork/golibrary v0.1.5-0.20250714094806-dc6ad63544b1
require (
gioui.org v0.8.1-0.20250531011347-8104d527c746 // indirect
gioui.org/shader v1.0.8 // indirect
gioui.org/x v0.8.2-0.20250115181849-c005f2ad1592 // indirect
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
github.com/alecthomas/chroma/v2 v2.19.0 // indirect
github.com/ddkwork/ux v0.0.0-20250714094946-ba3d1c4a4c07 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/oligo/gvcode v0.3.0 // indirect
github.com/rdleal/intervalst v1.5.0 // indirect
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect
golang.org/x/exp/shiny v0.0.0-20250711185948-6ae5c78190dc // indirect
golang.org/x/image v0.29.0 // indirect
golang.org/x/mod v0.26.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
)