module github.com/btccom/btcpool/golang go 1.12 require ( github.com/Shopify/sarama v1.23.1 github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect github.com/deckarep/golang-set v1.7.1 // indirect github.com/decred/dcrd/rpc/jsonrpc/types v1.0.0 github.com/decred/dcrd/rpcclient/v4 v4.0.0 github.com/decred/dcrd/wire v1.2.0 github.com/ethereum/go-ethereum v1.9.2 github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/go-stack/stack v1.8.0 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.3.2 // indirect github.com/gorilla/websocket v1.4.1 // indirect github.com/hpcloud/tail v1.0.0 // indirect github.com/rs/cors v1.7.0 // indirect github.com/stretchr/testify v1.3.0 github.com/urfave/cli v1.21.0 golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect )