module github.com/spf13/cobra-cli

go 1.15

require (
	github.com/spf13/cobra v1.3.0
	github.com/spf13/viper v1.10.1
)
