This repository has been archived by the owner on May 21, 2021. It is now read-only.
forked from subscan-explorer/subscan-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.37 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
module github.com/social-network/netscan
go 1.12
require (
github.com/garyburd/redigo v1.6.0
github.com/go-kratos/kratos v0.5.0
github.com/lib/pq v1.8.0
github.com/golang/protobuf v1.3.5
github.com/gorilla/websocket v1.4.2
github.com/huandu/xstrings v1.3.2
github.com/jinzhu/gorm v1.9.14
github.com/jpillora/backoff v1.0.0
github.com/json-iterator/go v1.1.9
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/panjf2000/ants/v2 v2.4.0
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.10.0 // indirect
github.com/sevlyar/go-daemon v0.1.5
github.com/shopspring/decimal v1.2.0
github.com/social-network/scale.go v0.3.0
github.com/social-network/subscan-plugin v0.3.0
github.com/social-network/substrate-api-rpc v0.3.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)