-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Development - go.mod and gitignore #466
Comments
Modification of |
Separate PRs for updating |
Yes. Note that I'm not the maintainer. Just a contributor who follows the project for two years now and uses it in production code. |
On top of this, building master brings in v1 of the module due to incorrect import paths in test code. See #480. |
…/modules Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1
Description
The go.mod seems to be out of sync with the project, every time I build it for tests it is modified:
Also, I would like to update the gitignore to ignore the test files that get generated during the test suites execution. Would you accept a PR that updated the gitignore and go.mod?
The text was updated successfully, but these errors were encountered: