module github.com/aergoio/aergo go 1.12 require ( github.com/Shopify/sarama v1.22.1 // indirect github.com/Workiva/go-datastructures v1.0.50 // indirect github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7 github.com/aergoio/aergo-lib v0.0.0-20190325034646-658cff254d76 github.com/aergoio/etcd v0.0.0-20190429013412-e8b3f96f6399 github.com/anaskhan96/base58check v0.0.0-20181220122047-b05365d494c4 github.com/apache/thrift v0.12.0 // indirect github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 github.com/c-bata/go-prompt v0.2.3 github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/davecgh/go-spew v1.1.1 github.com/derekparker/trie v0.0.0-20190322172448-1ce4922c7ad9 github.com/dgraph-io/badger v1.5.5 // indirect github.com/emirpasic/gods v1.12.0 // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/funkygao/golib v0.0.0-20180314131852-90d4905c1961 github.com/go-logfmt/logfmt v0.4.0 // indirect github.com/gofrs/uuid v3.2.0+incompatible github.com/gogo/protobuf v1.2.1 github.com/golang/mock v1.3.1 github.com/golang/protobuf v1.3.1 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/hashicorp/golang-lru v0.5.1 github.com/improbable-eng/grpc-web v0.9.6 github.com/libp2p/go-addr-util v0.0.1 github.com/libp2p/go-libp2p v0.1.1 github.com/libp2p/go-libp2p-core v0.0.1 github.com/libp2p/go-libp2p-peerstore v0.1.0 github.com/magiconair/properties v1.8.0 github.com/mattn/go-colorable v0.1.1 github.com/mattn/go-runewidth v0.0.4 // indirect github.com/minio/sha256-simd v0.1.0 github.com/mr-tron/base58 v1.1.2 github.com/multiformats/go-multiaddr v0.0.4 github.com/multiformats/go-multiaddr-net v0.0.1 github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect github.com/opentracing/opentracing-go v1.0.2 github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75 // indirect github.com/pkg/errors v0.8.1 github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect github.com/prometheus/client_golang v1.0.0 // indirect github.com/rs/cors v1.6.0 // indirect github.com/rs/zerolog v1.14.3 github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194 // indirect github.com/soheilhy/cmux v0.1.4 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.3.0 github.com/sunpuyo/badger v0.0.0-20181022123248-bb757672e2c7 github.com/willf/bitset v1.1.10 // indirect github.com/willf/bloom v2.0.3+incompatible github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect google.golang.org/genproto v0.0.0-20180831171423-11092d34479b // indirect google.golang.org/grpc v1.21.1 )