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

Commit

Permalink
Add GlideImporter testdata for empty constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Aug 7, 2017
1 parent 3ec4b97 commit 9485a09
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.

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,5 +1,8 @@
ignored = ["github.com/sdboyer/dep-test","github.com/golang/notexist/samples"]

[[constraint]]
name = "github.com/carolynvs/deptest-subpkg"

[[constraint]]
name = "github.com/sdboyer/deptestdos"
version = "2.0.0"

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
Expand Up @@ -16,5 +16,6 @@ import:
version: v1.0.0
- package: github.com/sdboyer/deptestdos
version: v2.0.0
- package: github.com/carolynvs/deptest-subpkg/subby
testImport:
- package: github.com/golang/lint
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package main
import (
"fmt"

_ "github.com/carolynvs/deptest-subpkg/subby"
"github.com/sdboyer/deptestdos"
)

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/deptest-subpkg",
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
]
Expand Down

0 comments on commit 9485a09

Please sign in to comment.