cloudfoundry / gorouter

CF Router
Apache License 2.0
441 stars 224 forks source link

Replace codegangsta/cli with urfave/cli #426

Closed andy-a-d-nguyen closed 2 months ago

andy-a-d-nguyen commented 2 months ago

Summary

A replace directive is being used here to pin codegangsta/cli's version. codegangsta/cli has been archived, but urfave/cli has the same APIs while still being maintained and routing-release also currently uses negroni, another package from urfave here

This PR removes the replaces codegangsta/cli with urfave/cli and is a companion PR to https://github.com/cloudfoundry/routing-release/pull/423

Backward Compatibility

Breaking Change? No

andy-a-d-nguyen commented 2 months ago

Tracker issue #187603705