forked from subscan-explorer/subscan-essentials
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
29 lines (26 loc) · 1.01 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
module github.com/itering/subscan
go 1.15
require (
github.com/garyburd/redigo v1.6.0
github.com/go-kratos/kratos v0.5.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.3.5
github.com/gorilla/websocket v1.4.2
github.com/huandu/xstrings v1.3.2
github.com/itering/scale.go v1.0.51
github.com/itering/subscan-plugin v0.2.3
github.com/itering/substrate-api-rpc v0.4.0
github.com/jinzhu/gorm v1.9.14
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/panjf2000/ants/v2 v2.4.0
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sevlyar/go-daemon v0.1.5
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)
replace github.com/itering/substrate-api-rpc v0.4.0 => github.com/uni-arts-chain/substrate-api-rpc v0.4.1