This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test files to match new format
- Loading branch information
Showing
6 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
cmd/dep/testdata/harness_tests/ensure/transitive-constraint/final/Gopkg.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 7 additions & 1 deletion
8
cmd/dep/testdata/harness_tests/init/transitive-constraint/final/Gopkg.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED | ||
github.com/sdboyer/deptest ^0.8.0 v0.8.0 ff2948a v0.8.1 1 | ||
github.com/sdboyer/deptestdos v2.0.0 v2.0.0 5c60720 v2.0.0 1 | ||
github.com/sdboyer/deptest ^0.8.0 v0.8.0 ff2948a v0.8.1 1 | ||
github.com/sdboyer/deptestdos v2.0.0 v2.0.0 5c60720 v2.0.0 1 |
2 changes: 1 addition & 1 deletion
2
cmd/dep/testdata/harness_tests/status/old_constraints/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PROJECT CONSTRAINT REVISION LATEST | ||
github.com/carolynvs/go-dep-test ^0.1.0 b9c5511 4069198 | ||
github.com/carolynvs/go-dep-test ^0.1.0 b9c5511 4069198 |
4 changes: 2 additions & 2 deletions
4
cmd/dep/testdata/harness_tests/status/override_constraint/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED | ||
github.com/sdboyer/deptest v0.8.1 (override) v0.8.1 3f4c3be v0.8.1 1 | ||
github.com/sdboyer/deptestdos v2.0.0 v2.0.0 5c60720 v2.0.0 1 | ||
github.com/sdboyer/deptest v0.8.1 (override) v0.8.1 3f4c3be v0.8.1 1 | ||
github.com/sdboyer/deptestdos v2.0.0 v2.0.0 5c60720 v2.0.0 1 |
4 changes: 2 additions & 2 deletions
4
cmd/dep/testdata/harness_tests/status/revision_constraint/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED | ||
github.com/sdboyer/deptest v1.0.0 v1.0.0 ff2948a v1.0.0 1 | ||
github.com/sdboyer/deptestdos a0196ba a0196ba 1 | ||
github.com/sdboyer/deptest v1.0.0 v1.0.0 ff2948a v1.0.0 1 | ||
github.com/sdboyer/deptestdos a0196ba a0196ba 1 |