Open liggitt opened 2 years ago
https://github.com/codeedu/imersao-fullcycle-3/blob/main/codebank/Dockerfile references go get github.com/spf13/cobra/cobra
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
go get github.com/spf13/cobra-cli
To install the library, shorten to go get github.com/spf13/cobra
go get github.com/spf13/cobra
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