Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Support a glob syntax for ignored in Gopkg.toml #691

@timtadh

Description

@timtadh

I have a research project that has an "examples" directory which has a whole GOPATH inside of it. The research project is a static/dynamic analysis project so the examples directory are example programs. This directory has its own system for managing dependencies outside of the one for the main code base. Right now I have to specify each individual directory inside of my Gopkg.toml to get dep to ignore the examples. I want to say:

ignored = ["path/blah/project/examples/..."]

but currently i say

ignored = ["path/blah/project/examples", 
                 "path/blah/project/examples/src",
                 "path/blah/project/examples/src/foo",
                 "path/blah/project/examples/src/bar", 
                 ...]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions