module github.com/AudriusButkevicius/recli

go 1.15

require (
	github.com/pkg/errors v0.8.1
	github.com/urfave/cli v1.20.0
)
