pipe-cd/pipecd

Upgrade the version of cobra to the latest

t-kikuc opened this issue · 3 comments

What would you like to be added:

To renew the version of cobra.

Currently, we use cobra v1.0.0 as below.

pipecd/go.mod

Line 42 in 4285674

github.com/spf13/cobra v1.0.0

Today, the current latest of cobra is v1.8.0. See https://github.com/spf13/cobra/releases.

Why is this needed:

To use newer useful options of cobra, like MarkFlagsMutuallyExclusive or
MarkFlagsOneRequired

For example of new options, see #4785 (comment)