module parse

go 1.16

require (
	github.com/fatih/color v1.12.0
	github.com/urfave/cli/v2 v2.3.0
)
