Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies: Import urfave/cli/v2 (#5)
This change adds the latest version of `urfave/cli` and its transitive dependencies to `go.mod` for use in future PRs; it is split from changes that use it so that the dependency addition can be reviewed in isolation. A previous effort was made to import this library into the internal repository, although this effort imported an old (v1.x) version, and therefore security reviews on the set of transitive dependencies are incomplete: Previously completed security reviews: - [github.com/cpuguy83/go-md2man/v2](https://docs.google.com/spreadsheets/d/1v207mMq486sc5043ySIcg8ri-ahP4vFxCOxoMUQnAg4/edit?gid=0#gid=0) - [github.com/russross/blackfriday/v2](https://docs.google.com/spreadsheets/d/1FfVS81kN-5XV6yGrcxdRDSZaGAVobG5hADeYh0OqnOE/edit?gid=0#gid=0) - [github.com/urfave/cli/v2](https://docs.google.com/spreadsheets/d/1Ag1tcVQbtHIE7xZfAhN1M4d43fBM2sgSt8mG3bfU5_I/edit?gid=0#gid=0) New security reviews: - [github.com/xrash/smetrics](https://docs.google.com/spreadsheets/d/1vR9MFsMDY3wy2MNj9ljwgkuFY8hFYy5d_BxjggQ8FHg/edit?gid=0#gid=0) Bug: linear/PE-2802
- Loading branch information