codeedu / imersao-fullcycle-3

307 stars 235 forks source link

Update reference to github.com/spf13/cobra/cobra #3

Open liggitt opened 2 years ago

liggitt commented 2 years ago

https://github.com/codeedu/imersao-fullcycle-3/blob/main/codebank/Dockerfile references go get github.com/spf13/cobra/cobra

The CLI command package has moved to github.com/spf13/cobra-cli. See https://github.com/spf13/cobra/issues/1597 for details.

To install the CLI, switch to go get github.com/spf13/cobra-cli

To install the library, shorten to go get github.com/spf13/cobra