-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 814 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 814 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/llar
go 1.24.0
require (
github.com/goplus/ixgo v0.61.0
github.com/goplus/mod v0.19.0
github.com/goplus/xgo v1.6.1
github.com/qiniu/x v1.16.0
github.com/spf13/cobra v1.10.2
golang.org/x/mod v0.32.0
golang.org/x/sys v0.40.0
)
require (
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/goplus/gogen v1.20.6 // indirect
github.com/goplus/reflectx v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/timandy/routine v1.1.5 // indirect
github.com/visualfc/funcval v0.1.4 // indirect
github.com/visualfc/gid v0.3.0 // indirect
github.com/visualfc/goembed v0.3.2 // indirect
github.com/visualfc/xtype v0.2.0 // indirect
golang.org/x/tools v0.40.0 // indirect
)