codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 317 forks source link

Update import gopkg.in/urfave/cli.v1 -> github.com/urfave/cli #155

Closed piotrbulinski closed 2 years ago

piotrbulinski commented 5 years ago

Since github.com/urfave/cli started supporting go modules (and named the module github.com/urfave/cli), it should be referenced by the new name to work when using GO111MODULE=on

https://github.com/codegangsta/gin/issues/154

sergiopereirain commented 4 years ago

Is this package still actively maintained? I just ran into this same problem.

pyiotr commented 4 years ago

@sergiopereirain looks like this project was abandoned. you can use a fork as a workaround.