Open shahbaaz31here opened 2 years ago
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
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