-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
23 lines (21 loc) · 875 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/nknorg/NKNDataPump
go 1.15
require (
github.com/gin-gonic/gin v1.7.2
github.com/go-sql-driver/mysql v1.6.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2 // indirect
github.com/itchyny/base58-go v0.0.5
github.com/json-iterator/go v1.1.11 // indirect
github.com/nknorg/nkn/v2 v2.1.4 // indirect
github.com/nknorg/nnet v0.0.0-20210516000534-f80d3763d1bd // indirect
github.com/pbnjay/memory v0.0.0-20201129165224-b12e5d931931 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/ugorji/go v1.2.6 // indirect
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)