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

go 1.10

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