goas
goas copied to clipboard
Switched to urfave/cli 1.2
Why not github.com/urfave/cli ?
That will pull the latest version of urfave/cli which has the breaking changes. gopkg.in just locks it to a particular release so there won't be problems
Does the github.com/urfave/cli v1.20.0 has the breaking changes? It should pull v1.20.0, according to require block in go.mod.