-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
39 lines (36 loc) · 1.57 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
module github.com/redcode-labs/UnChain
go 1.21
require (
github.com/akamensky/argparse v1.2.2
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
github.com/fatih/color v1.18.0
github.com/olekukonko/tablewriter v0.0.5
github.com/redcode-labs/Coldfire v0.0.0-20241213010638-72e0ebf8537d
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/GeertJohan/yubigo v0.0.0-20190917122436-175bc097e60e // indirect
github.com/anvie/port-scanner v0.0.0-20180225151059-8159197d3770 // indirect
github.com/beevik/ntp v1.4.3 // indirect
github.com/c-robinson/iplib v1.0.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/jackpal/gateway v1.0.16 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/matishsiao/goInfo v0.0.0-20241216093258-66a9250504d6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/minio v0.0.0-20210317030657-0eb146e1b27c // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/yalue/elf_reader v1.0.1 // indirect
github.com/ztrue/tracerr v0.4.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)