-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
29 lines (27 loc) · 1.03 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/velo-protocol/DRSv1
go 1.12
require (
bou.ke/monkey v1.0.1
github.com/AlekSi/pointer v1.1.0
github.com/bgentry/speakeasy v0.1.0
github.com/briandowns/spinner v1.7.0
github.com/fatih/color v1.7.0
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/jarcoal/httpmock v0.0.0-20161210151336-4442edb3db31
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.8.1
github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.0-20160830174925-9c28e4bbd74e
github.com/spf13/viper v1.4.0
github.com/stellar/go v0.0.0-20191009151708-d01f442ec0d3
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/grpc v1.24.0
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
)