module github.com/rodaine/table

go 1.14

require (
	github.com/mattn/go-runewidth v0.0.9
	github.com/stretchr/testify v1.6.1
)
