We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I am trying to use terraform repo in my Dockerfile : go get -u github.com/banzaicloud/terraform-provider-k8s
---> Running in acb5b38ddfd6 go: downloading github.com/banzaicloud/terraform-provider-k8s v0.9.1
Getting the below issue :
go get: github.com/docker/spdystream@v0.0.0-20160310174837-449fdfce4d96 updating to github.com/docker/spdystream@v0.2.0: parsing go.mod: module declares its path as: github.com/moby/spdystream but was required as: github.com/docker/spdystream
Expected behavior It should be able to download all dependencies.
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am trying to use terraform repo in my Dockerfile :
go get -u github.com/banzaicloud/terraform-provider-k8s
---> Running in acb5b38ddfd6
go: downloading github.com/banzaicloud/terraform-provider-k8s v0.9.1
Getting the below issue :
go get: github.com/docker/spdystream@v0.0.0-20160310174837-449fdfce4d96 updating to
github.com/docker/spdystream@v0.2.0: parsing go.mod:
module declares its path as: github.com/moby/spdystream
but was required as: github.com/docker/spdystream
Expected behavior
It should be able to download all dependencies.
Screenshots
The text was updated successfully, but these errors were encountered: