forked from goplus/spx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 797 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (22 loc) · 797 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
module github.com/goplus/spx/v2
go 1.25.0
tool github.com/goplus/ixgo/cmd/qexp
require (
github.com/goplus/ixgo v1.0.8
github.com/goplus/mod v0.20.2
github.com/goplus/reflectx v1.6.4
github.com/goplus/spbase v0.1.0
github.com/goplus/xgo v1.7.2-0.20260414235301-df19f4a1b7c2
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.0.20260414234848-6641c10c9d6f // 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/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
)