cobra icon indicating copy to clipboard operation
cobra copied to clipboard

cobra.dev update required

Open theishanbh opened this issue 3 years ago • 16 comments

➜ borzoi go get -u github.com/spf13/cobra/cobra go: module github.com/spf13/cobra@upgrade found (v1.4.0), but does not contain package github.com/spf13/cobra/cobra

While trying to install cobra, i ran into the above error. The documentation should be fixed in the website so that it can be fixed correctly. I realised I was able to do it running the below command :-

borzoi go get -u github.com/spf13/cobra/cobra@latest

Hence, the website must be updated.

theishanbh avatar Apr 23 '22 15:04 theishanbh

Where are you seeing this? Our installing documentation has the correct command in this section: https://github.com/spf13/cobra#installing

go get -u github.com/spf13/cobra@latest

Also note that the cobra/cobra module no longer exists in this repository. It has moved to https://github.com/spf13/cobra-cli

jpmcb avatar Apr 28 '22 23:04 jpmcb

I wanted to reference, https://cobra.dev/.

image

theishanbh avatar Apr 29 '22 20:04 theishanbh

FTR, #1245 is waiting for #1428 to be merged.

umarcor avatar May 05 '22 07:05 umarcor

The Cobra project currently lacks enough contributors to adequately respond to all issues. This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied. - After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied and the issue is closed. You can:
  • Make a comment to remove the stale label and show your support. The 60 days reset. - If an issue has lifecycle/rotten and is closed, comment and ask maintainers if they'd be interseted in reopening

github-actions[bot] avatar Jul 05 '22 00:07 github-actions[bot]

this is probably worth reopening

PaluMacil avatar Apr 13 '23 17:04 PaluMacil

FTR, I just rebased #1428 to remove merge conflicts.

umarcor avatar Apr 13 '23 18:04 umarcor

I reviewed it, though since I don't have write privileges, I'm not sure it matters. Thanks @umarcor

PaluMacil avatar Apr 15 '23 11:04 PaluMacil

@theishanbh looks like a PR was merged for this. Can we close this issue?

tlarnold10 avatar Jun 27 '24 03:06 tlarnold10