-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (22 loc) · 868 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
24
module github.com/sandblockio/sandblockchain
go 1.14
require (
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
github.com/cosmos/cosmos-sdk v0.38.1
github.com/golang/mock v1.3.1 // indirect
github.com/gorilla/mux v1.7.3
github.com/gosimple/slug v1.9.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.0
github.com/tendermint/tm-db v0.4.0
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/text v0.3.2 // indirect
)