aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/MichaelMure/go-term-text/go.mod
blob: a03c8606225ac1fee5aafcb3dce91205168256db (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/MichaelMure/go-term-text

go 1.11

require (
	github.com/mattn/go-runewidth v0.0.6
	github.com/stretchr/testify v1.3.0
)