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

Error: go get -d #2

Open
midacts opened this issue Jan 17, 2020 · 0 comments
Open

Error: go get -d #2

midacts opened this issue Jan 17, 2020 · 0 comments

Comments

@midacts
Copy link

midacts commented Jan 17, 2020

root@# go get -d
go: github.com/hiscox/terraform-provider-infoblox imports
        github.com/hiscox/terraform-provider-infoblox/resources imports
        github.com/go-resty/resty: github.com/go-resty/[email protected]: parsing go.mod:
        module declares its path as: gopkg.in/resty.v1
                but was required as: github.com/go-resty/resty

go-resty/resty#230
add this into go.mod after the require block:
replace github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0

this worked for me.

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