Skip to content
New issue

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

Go.mod module dependency problem #86

Open
shahbaaz31here opened this issue Feb 17, 2022 · 0 comments
Open

Go.mod module dependency problem #86

shahbaaz31here opened this issue Feb 17, 2022 · 0 comments

Comments

@shahbaaz31here
Copy link

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/[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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant