You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jpmcb both this issue and #1215 seem to be about installing the CLI tool (go get -u github.com/spf13/cobra/cobra), not the library (go get -u github.com/spf13/cobra). I can confirm that both are working ATM.
Correct, this was a problem with downloading the CLI tool. The root of this problem was that the go mod file was split between the cli tool and the cobra library. We decided to revert that change with the above PR since we've seen so many problems with that change. While we felt that the number of dependencies were small enough to warrant a single go mod file, if someone has a better strategy to keep the cobra dependencies lean, go ahead and open a new issue!
The text was updated successfully, but these errors were encountered: