-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (27 loc) · 1.25 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
module github.com/CIK-project/spitzer
require (
github.com/btcsuite/btcd v0.0.0-20190209000034-12ce2fc7d321 // indirect
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803 // indirect
github.com/cosmos/cosmos-sdk v0.31.1
github.com/go-kit/kit v0.8.0 // indirect
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/gogo/protobuf v1.2.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/graphql-go/graphql v0.7.7
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lib/pq v1.0.0
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66 // indirect
github.com/tendermint/go-amino v0.14.1 // indirect
github.com/tendermint/iavl v0.12.0 // indirect
github.com/tendermint/tendermint v0.30.0-rc0
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
google.golang.org/grpc v1.18.0 // indirect
)