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

Commit

Permalink
Add test for ensure -vendor-only without any code
Browse files Browse the repository at this point in the history
  • Loading branch information
ebati committed Aug 4, 2017
1 parent a1f8a09 commit 0fe56b2
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 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
@@ -0,0 +1,4 @@

[[constraint]]
name = "github.com/sdboyer/deptest"
version = "1.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
@@ -0,0 +1,4 @@

[[constraint]]
name = "github.com/sdboyer/deptest"
version = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"commands": [
["ensure", "-vendor-only"]
],
"vendor-final": [
"github.com/sdboyer/deptest"
]
}

0 comments on commit 0fe56b2

Please sign in to comment.