banzaicloud / terraform-provider-k8s

Kubernetes Terraform provider with support for raw manifests
https://registry.terraform.io/providers/banzaicloud/k8s
MIT License
135 stars 30 forks source link

Go.mod module dependency problem #86

Open shahbaaz31here opened 2 years ago

shahbaaz31here commented 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

Screenshot 2022-02-17 at 1 55 31 PM Screenshot 2022-02-17 at 1 56 23 PM