-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 785 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 785 Bytes
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 github.com/goplus/spx/v2
go 1.25.0
tool github.com/goplus/ixgo/cmd/qexp
require (
github.com/goplus/ixgo v1.0.5
github.com/goplus/mod v0.20.2
github.com/goplus/reflectx v1.6.3
github.com/goplus/spbase v0.1.0
github.com/goplus/xgo v1.7.1
github.com/petermattis/goid v0.0.0-20250721140440-ea1c0173183e
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
)
require (
github.com/goplus/gogen v1.23.0-pre.3 // indirect
github.com/qiniu/x v1.17.0 // indirect
github.com/timandy/routine v1.1.5 // indirect
github.com/visualfc/funcval v0.1.4 // indirect
github.com/visualfc/goembed v0.3.4 // indirect
github.com/visualfc/xtype v0.3.0 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/tools v0.38.0 // indirect
)