ethr/go.mod

8 lines
199 B
Modula-2
Raw Normal View History

2019-02-23 07:27:28 +08:00
module github.com/Microsoft/ethr
require (
github.com/mattn/go-runewidth v0.0.3
github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed
golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e
)