forked from subscan-explorer/subscan-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.05 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
module github.com/itering/subscan
go 1.12
require (
github.com/creack/pty v1.1.13 // indirect
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/subscan-plugin v0.2.3
github.com/itering/substrate-api-rpc v0.4.9
github.com/jinzhu/gorm v1.9.14
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/panjf2000/ants/v2 v2.4.0
github.com/pkg/errors v0.9.1
github.com/sevlyar/go-daemon v0.1.5
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.20.0
github.com/yuin/goldmark v1.3.7 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/tools v0.1.3 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)