-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.24 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.24 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
module github.com/elastos/Elastos.ELA.Arbiter
go 1.20
require (
github.com/elastos/Elastos.ELA v0.9.7
github.com/elastos/Elastos.ELA.SPV v0.1.0
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/mattn/go-sqlite3 v2.0.3+incompatible
)
require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/cevaris/ordered_map v0.0.0-20220813181356-34664b69742b // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/go-echarts/go-echarts/v2 v2.2.3 // indirect
github.com/go-echarts/statsview v0.3.4 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/itchyny/base58-go v0.1.0 // indirect
github.com/rs/cors v1.8.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tidwall/gjson v1.9.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/urfave/cli v1.22.5 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)