-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
43 lines (42 loc) · 2.07 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
34
35
36
37
38
39
40
41
42
43
module github.com/Fantom-foundation/go-txflow
require (
bou.ke/monkey v1.0.1 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 // indirect
github.com/andrecronje/babble v0.0.0-20190612124650-437c9e231e30
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/btcsuite/btcd v0.0.0-20190605094302-a0d1e3e36d50 // indirect
github.com/cosmos/cosmos-sdk v0.28.1
github.com/cosmos/go-bip39 v0.0.0-20180618194314-52158e4697b8 // indirect
github.com/cosmos/ledger-cosmos-go v0.10.3 // indirect
github.com/cosmos/tools/cmd/clog v0.0.0-20190722180430-ea942c183cba // indirect
github.com/dgraph-io/badger v1.5.4
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
github.com/fortytw2/leaktest v1.3.0
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129 // indirect
github.com/gorilla/mux v1.7.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/libp2p/go-buffer-pool v0.0.1 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/otiai10/copy v0.0.0-20180813032824-7e9a647135a1 // indirect
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect
github.com/otiai10/mint v1.2.3 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.4
github.com/rakyll/statik v0.1.4 // indirect
github.com/rs/cors v1.6.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/tendermint/btcd v0.1.1 // indirect
github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5 // indirect
github.com/tendermint/go-amino v0.15.1-0.20190603130624-25d5598ed22b
github.com/tendermint/iavl v0.12.3 // indirect
github.com/tendermint/tendermint v0.32.1
github.com/tendermint/tm-cmn v0.0.0-20190716080004-dfcde30d5acb
github.com/ugorji/go/codec v1.1.5-pre
)