urfave / cli

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

Ensure `go mod tidy` works as expected #1908

Closed meatballhat closed 1 month ago

meatballhat commented 1 month ago

Running go mod tidy results in go.mod and go.sum files that are incompatible with the gfmrun documentation tests. The dependencies required by these tests should be supported by a different mechanism, such as a nested go.mod and go.sum within ./docs/.

meatballhat commented 1 month ago

Closed via #1907