63 lines
2.6 KiB
Modula-2
63 lines
2.6 KiB
Modula-2
module github.com/meshplus/bitxhub
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
|
|
github.com/Rican7/retry v0.1.0
|
|
github.com/aristanetworks/goarista v0.0.0-20200310212843-2da4c1f5881b // indirect
|
|
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
|
|
github.com/coreos/etcd v3.3.18+incompatible
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/ethereum/go-ethereum v1.9.7
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
|
github.com/gobuffalo/packd v1.0.0
|
|
github.com/gobuffalo/packr v1.30.1
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/mock v1.4.3
|
|
github.com/golang/protobuf v1.3.3
|
|
github.com/grpc-ecosystem/grpc-gateway v1.13.0
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
|
|
github.com/hyperledger/fabric v2.0.1+incompatible
|
|
github.com/hyperledger/fabric-amcl v0.0.0-20200128223036-d1aa2665426a // indirect
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20200124220212-e9cfc186ba7b
|
|
github.com/libp2p/go-libp2p v0.5.0
|
|
github.com/libp2p/go-libp2p-core v0.3.0
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/meshplus/bitxhub-kit v1.0.0-rc1
|
|
github.com/meshplus/bitxhub-model v1.0.0-rc3
|
|
github.com/meshplus/go-bitxhub-client v1.0.0-rc3
|
|
github.com/miekg/pkcs11 v1.0.3 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/multiformats/go-multiaddr v0.2.0
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
github.com/onsi/gomega v1.8.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rogpeppe/go-internal v1.5.2 // indirect
|
|
github.com/rs/cors v1.7.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.6.1
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/sykesm/zap-logfmt v0.0.3 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
|
|
github.com/tendermint/iavl v0.12.4
|
|
github.com/tendermint/tm-db v0.1.1
|
|
github.com/tidwall/gjson v1.3.5
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
|
|
github.com/urfave/cli v1.22.1
|
|
github.com/wasmerio/go-ext-wasm v0.3.1
|
|
github.com/willf/bitset v1.1.10 // indirect
|
|
github.com/willf/bloom v2.0.3+incompatible
|
|
github.com/wonderivan/logger v1.0.0
|
|
golang.org/x/sys v0.0.0-20200301040627-c5d0d7b4ec88 // indirect
|
|
google.golang.org/grpc v1.27.1
|
|
)
|
|
|
|
go 1.13
|