urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
22.21k stars 1.7k forks source link

Run go mod tidy #1907

Closed meatballhat closed 4 months ago

meatballhat commented 4 months ago

What type of PR is this?

What this PR does / why we need it:

Remove unused entries from go.mod and go.sum

Which issue(s) this PR fixes:

1908

meatballhat commented 4 months ago

We need github.com/urfave/cli-altsrc/v3 indirect dependency for

https://github.com/urfave/cli/blob/84cb04ed27c1e7d263b5bb3cf2109fa3069a191a/docs/v3/examples/flags.md?plain=1#L528

Otherwise make gfmrun fails

Yep! I'd like to treat this as a bug/cleanup at this point. Using go mod ... commands at the top level should "just work", imho. Issue captured after the fact: #1908 WDYT?