Skip to content

Development - go.mod and gitignore #466

@mlh758

Description

@mlh758
Contributor

Description

The go.mod seems to be out of sync with the project, every time I build it for tests it is modified:

golang.org/x/image v0.0.0-20190802002840-cff245a6509b

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?

Activity

dolmen

dolmen commented on Aug 13, 2019

@dolmen
Contributor

Modification of .gitignore should be a separate PR.

mlh758

mlh758 commented on Aug 13, 2019

@mlh758
ContributorAuthor

Separate PRs for updating .gitignore and the mod file?

dolmen

dolmen commented on Aug 13, 2019

@dolmen
Contributor

Yes. .gitignore in one commit in one PR.
For go.mod+go.sum, I think that should be the job of the maintainer because (s)he should know better what the minimum version of the dependencies are supported.

Note that I'm not the maintainer. Just a contributor who follows the project for two years now and uses it in production code.

bvwells

bvwells commented on Sep 13, 2019

@bvwells
Contributor

On top of this, building master brings in v1 of the module due to incorrect import paths in test code. See #480.

added a commit that references this issue on Oct 23, 2020
11a4423
added a commit that references this issue on Mar 14, 2024
a3ee098
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dolmen@mlh758@bvwells

        Issue actions

          Development - go.mod and gitignore · Issue #466 · qax-os/excelize