-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (30 loc) · 1.39 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
module github.com/TTCECO/carnot
go 1.12
require (
github.com/TTCECO/gttc v0.1.5
github.com/aristanetworks/goarista v0.0.0-20190429220743-799535f6f364 // indirect
github.com/btcsuite/btcd v0.0.0-20190418232430-6867ff32788a // indirect
github.com/btcsuite/btcutil v0.0.0-20190316010144-3ac1210f4b38 // indirect
github.com/cosmos/cosmos-sdk v0.34.1
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect
github.com/cosmos/ledger-cosmos-go v0.10.1 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/mux v1.7.0
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/rakyll/statik v0.1.4
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tendermint/go-amino v0.14.1
github.com/tendermint/iavl v0.12.2 // indirect
github.com/tendermint/tendermint v0.31.5
golang.org/x/net v0.0.0-20190419010253-1f3472d942ba // indirect
google.golang.org/grpc v1.20.1 // indirect
gopkg.in/fatih/set.v0 v0.1.0 // indirect
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951 // indirect
)
replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5