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

Commit 0fe56b2

Browse files
committed
Add test for ensure -vendor-only without any code
1 parent a1f8a09 commit 0fe56b2

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed

cmd/dep/testdata/harness_tests/ensure/default/nocode-vendoronly/final/Gopkg.lock

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
[[constraint]]
3+
name = "github.com/sdboyer/deptest"
4+
version = "1.0.0"

cmd/dep/testdata/harness_tests/ensure/default/nocode-vendoronly/initial/Gopkg.lock

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
[[constraint]]
3+
name = "github.com/sdboyer/deptest"
4+
version = "1.0.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"commands": [
3+
["ensure", "-vendor-only"]
4+
],
5+
"vendor-final": [
6+
"github.com/sdboyer/deptest"
7+
]
8+
}

0 commit comments

Comments
 (0)