kube-commander
kube-commander copied to clipboard
Bug: go get fails on spdystream
Describe the bug "go get" fails due to a dependency
To Reproduce
Steps to reproduce the behavior:
go get -u github.com/AnatolyRugalev/kube-commander/cmd/kubecom
Expected behavior $? == 0
Screenshots or logs
go get: github.com/docker/[email protected] updating to
github.com/docker/[email protected]: parsing go.mod:
module declares its path as: github.com/moby/spdystream
but was required as: github.com/docker/spdystream
Desktop (please complete the following information):
- OS: Linux
- Terminal emulator: n/a
Additional context Hooray for 3rd-party libraries renaming themselves