-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.26 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
38
39
40
module gopkg.in/go-mixed/gos.v1
go 1.22.0
require (
github.com/c4milo/unpackit v1.0.0
github.com/goplus/gop v1.2.6
github.com/goplus/igop v0.27.1
github.com/goplus/ipkg v0.2.1
github.com/goplus/reflectx v1.2.2
github.com/inconshreveable/mousetrap v1.1.0
github.com/peterh/liner v1.2.2
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.22.0
golang.org/x/tools v0.28.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/goplus/gogen v1.15.2 // indirect
github.com/goplus/mod v0.13.10 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/qiniu/x v1.13.10 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/timandy/routine v1.1.4 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/visualfc/funcval v0.1.4 // indirect
github.com/visualfc/gid v0.2.0 // indirect
github.com/visualfc/goembed v0.3.3 // indirect
github.com/visualfc/xtype v0.2.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)