Skip to content
Snippets Groups Projects
This project manages its dependencies using Go Modules. Learn more
go.mod 994 B
module github.com/iotaledger/goshimmer

go 1.12

require (
	github.com/dgraph-io/badger v1.6.0
	github.com/ethereum/go-ethereum v1.9.1
	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-20190723034300-2c7115db77a3
	github.com/gorilla/websocket v1.4.0
	github.com/iotaledger/iota.go v1.0.0-beta.7
	github.com/kr/pretty v0.1.0 // indirect
	github.com/labstack/echo v3.3.10+incompatible
	github.com/labstack/gommon v0.2.9 // indirect
	github.com/magiconair/properties v1.8.1
	github.com/pkg/errors v0.8.1
	github.com/rivo/tview v0.0.0-20190721135419-23dc8a0944e4
	github.com/rivo/uniseg v0.1.0 // indirect
	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
	golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
	golang.org/x/text v0.3.2 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)