forked from elastos/Elastos.ELA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 750 Bytes
/
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
module github.com/elastos/Elastos.ELA
go 1.16
require (
github.com/RainFallsSilent/screw v1.1.1
github.com/btcsuite/btcd v0.22.0-beta
github.com/go-echarts/statsview v0.3.4
github.com/gorilla/websocket v1.4.2
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/itchyny/base58-go v0.1.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rs/cors v1.8.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.1
github.com/syndtr/goleveldb v1.0.0
github.com/tidwall/gjson v1.9.3
github.com/urfave/cli v1.22.5
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/yaml.v3 v3.0.1 // indirect
)