mempool-cli/go.mod
Gustavo Chain 2c82cf9819
go tidy
2020-02-16 11:37:27 +01:00

12 lines
285 B
Modula-2

module github.com/gchaincl/mempool
go 1.13
require (
github.com/fatih/color v1.9.0
github.com/gorilla/websocket v1.4.1
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
)