2020-03-29 21:32:01 +08:00
|
|
|
module github.com/meshplus/bitxhub
|
|
|
|
|
|
|
|
require (
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
|
|
github.com/PDXbaap/go-std-ext v0.0.0-20200717052600-5cf57717d1dc // indirect
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/Rican7/retry v0.1.0
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/aristanetworks/goarista v0.0.0-20200310212843-2da4c1f5881b // indirect
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
2020-05-26 14:15:20 +08:00
|
|
|
github.com/cbergoon/merkletree v0.2.0
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
|
|
|
|
github.com/coreos/etcd v3.3.18+incompatible
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa // indirect
|
|
|
|
github.com/ethereum/go-ethereum v1.9.18
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
2020-03-29 21:32:01 +08:00
|
|
|
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
|
2020-06-29 14:12:27 +08:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
2020-05-21 19:08:53 +08:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.13.0
|
|
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/lestrrat-go/strftime v1.0.3 // indirect
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/libp2p/go-libp2p-core v0.3.0
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/libp2p/go-openssl v0.0.4
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2020-07-28 03:34:55 +08:00
|
|
|
github.com/meshplus/bitxhub-core v0.1.0-rc1.0.20200728032028-8dba332fa0ed
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/meshplus/bitxhub-kit v1.0.1-0.20200813112754-a341f7bc198d
|
2020-07-31 11:10:51 +08:00
|
|
|
github.com/meshplus/bitxhub-model v1.0.0-rc4.0.20200731025300-2bb1717059e0
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/multiformats/go-multiaddr v0.2.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-15 15:17:50 +08:00
|
|
|
github.com/prometheus/client_golang v1.5.0
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/rogpeppe/go-internal v1.5.2 // indirect
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/rs/cors v1.7.0
|
2020-04-21 19:50:56 +08:00
|
|
|
github.com/sirupsen/logrus v1.5.0
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/spacemonkeygo/openssl v0.0.0-20181017203307-c2dcc5cca94a
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/spf13/cast v1.3.0
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-03-30 22:21:50 +08:00
|
|
|
github.com/spf13/viper v1.6.1
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-04-21 19:50:56 +08:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/tidwall/gjson v1.3.5
|
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
|
2020-08-11 14:07:15 +08:00
|
|
|
github.com/urfave/cli v1.22.4
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/wasmerio/go-ext-wasm v0.3.1
|
2020-04-29 15:03:31 +08:00
|
|
|
github.com/willf/bitset v1.1.10 // indirect
|
2020-03-29 21:32:01 +08:00
|
|
|
github.com/willf/bloom v2.0.3+incompatible
|
2020-07-02 14:41:49 +08:00
|
|
|
go.uber.org/atomic v1.6.0
|
2020-03-29 21:32:01 +08:00
|
|
|
google.golang.org/grpc v1.27.1
|
|
|
|
)
|
|
|
|
|
2020-07-10 13:43:28 +08:00
|
|
|
replace github.com/golang/protobuf v1.4.2 => github.com/golang/protobuf v1.3.2
|
|
|
|
|
2020-03-29 21:32:01 +08:00
|
|
|
go 1.13
|