-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (47 loc) · 1.7 KB
/
go.mod
File metadata and controls
52 lines (47 loc) · 1.7 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/ddkwork/bindgen
go 1.25rc1
require (
github.com/PrasadG193/yaml2go v0.2.1
github.com/aquasecurity/table v1.10.0
github.com/dave/dst v0.27.3
github.com/ddkwork/ddk v0.0.0-20250616133849-aeec284b7037
github.com/ddkwork/golibrary v0.1.5-0.20250816073422-ec5c841d4409
github.com/ebitengine/purego v0.9.0-alpha.10
github.com/go-resty/resty/v2 v2.16.5
github.com/go-zeromq/zmq4 v0.17.0
github.com/spf13/cobra v1.9.1
github.com/tidwall/gjson v1.18.0
github.com/valyala/fastjson v1.6.4
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/sync v0.16.0
golang.org/x/sys v0.34.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/cc/v4 v4.26.4
)
ignore cache
ignore project/xed/cache
require (
github.com/go-zeromq/goczmq/v4 v4.2.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/spf13/pflag v1.0.7 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/term v0.33.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/tools v0.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/opt v0.1.4 // indirect
modernc.org/sortutil v1.2.1 // indirect
modernc.org/strutil v1.2.1 // indirect
modernc.org/token v1.1.0 // indirect
)