You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/vendor/github.com/miguelmota/gocui/go.mod

9 lines
176 B
Modula-2

module github.com/miguelmota/gocui
go 1.13
require (
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/miguelmota/termbox-go v0.0.0-20191229070316-58d4fcbce2a7
)