kube-commander icon indicating copy to clipboard operation
kube-commander copied to clipboard

Bug: go get fails on spdystream

Open mozai opened this issue 3 years ago • 0 comments

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

mozai avatar Aug 21 '21 17:08 mozai