-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fails to build with go mod vendor
#77
Comments
Perhaps something like this - https://github.com/pganalyze/pg_query_go#usage-with-go-modules
|
Thanks for reporting this. I've done some testing to include the |
perhaps, as a interim solution, the binaries could be placed elsewhere and their location could be provided with an env variable (during the build process), that doesn't conflict with others? |
What has worked for me is to add these steps to our CI pipeline, using modvendor to vendor the non-go items.
|
just add an empty deps.go file to the directory containing the c files and it'll fix itself. |
Sorry for the drive by issue. I just solved it by not using vendor. Might break my Docker build but it works for now. Will follow up if I find a solution.
The text was updated successfully, but these errors were encountered: