module github.com/iotaledger/goshimmer

go 1.13

require (
	github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
	github.com/dgraph-io/badger v1.6.0
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/ethereum/go-ethereum v1.9.3
	github.com/gdamore/tcell v1.2.0
	github.com/go-zeromq/zmq4 v0.5.0
	github.com/golang/protobuf v1.3.2 // indirect
	github.com/google/open-location-code/go v0.0.0-20190903173953-119bc96a3a51
	github.com/gorilla/websocket v1.4.1
	github.com/iotaledger/hive.go v0.0.0-20191116130349-b8be71b827be
	github.com/iotaledger/iota.go v1.0.0-beta.9
	github.com/labstack/echo v3.3.10+incompatible
	github.com/labstack/gommon v0.3.0 // indirect
	github.com/magiconair/properties v1.8.1
	github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
	github.com/pkg/errors v0.8.1
	github.com/rivo/tview v0.0.0-20190829161255-f8bc69b90341
	github.com/rivo/uniseg v0.1.0 // indirect
	github.com/sasha-s/go-deadlock v0.2.0 // indirect
	github.com/spf13/pflag v1.0.5
	golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
	golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
	golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
	golang.org/x/text v0.3.2 // indirect
	gopkg.in/zeromq/goczmq.v4 v4.1.0 // indirect
)