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

Commit

Permalink
Don't expect ignored directories to actually be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-clypd authored and kyleconroy committed Jul 29, 2017
1 parent 1772eda commit 5e6d42e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
ignored = ["github.com/sdboyer/dep-test","github.com/golang/notexist/samples"]
ignored = ["github.com/sdboyer/dep-test"]

[[constraint]]
name = "github.com/carolynvs/go-dep-test"
version = "0.2.0"

[[constraint]]
name = "github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"comment": "",
"ignore": "test github.com/sdboyer/dep-test",
"ignore": "test github.com/sdboyer/dep-test samples/",
"package": [
{
"checksumSHA1": "4R6TQcq0/gI/I2kKeUunuO/pEec=",
"origin": "github.com/carolynvs/deptest",
"path": "github.com/sdboyer/deptest",
"revision": "3f4c3bea144e112a69bbe5d8d01c1b09a544253f",
"revisionTime": "2017-02-22T03:31:47Z"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"github.com/sdboyer/deptestdos": "5c607206be5decd28e6263ffffdcee067266015e"
},
"vendor-final": [
"github.com/carolynvs/go-dep-test",
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
]
Expand Down

0 comments on commit 5e6d42e

Please sign in to comment.