-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get error: unexpected module path "go.etcd.io/bbolt" #1219
Comments
This should be resolved from #1233 I've also confirmed:
Feel free to reopen if you're still having problems!! |
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: