-
Notifications
You must be signed in to change notification settings - Fork 79
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
inconsistent vendoring #59
Comments
what version of go are you using? |
Hello. Sorry for the delay. Here you go: |
use go version go1.12.7 linux/amd64 |
There is some issue with 1.13.x |
golang-1.14-1.el7.x86_64 also has the problem. |
Are you still facing this issue ? |
Closing it since we are not facing the issue at present and do reach out to us if you still face the issue. |
After following the instructions and running make build, I get the following:
==> Checking that code complies with gofmt requirements...
go build -o terraform-provider-infoblox -mod=vendor
go: inconsistent vendoring in /usr/local/go/src/github.com/infobloxopen/terraform-provider-infoblox:
go.mod requires github.com/infobloxopen/terraform-provider-infoblox but vendor/modules.txt does not include it.
run 'go mod tidy; go mod vendor' to sync
make: *** [build] Error 1
I have attempted running go mod tidy; go mod vendor, but the error persists.
The text was updated successfully, but these errors were encountered: