-
Notifications
You must be signed in to change notification settings - Fork 1k
Split input components out in Gopkg.lock #584
Changes from all commits
8be9bb6
2081136
bf737b6
75ac569
0081879
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
["init"], | ||
["ensure", "-override", "github.com/sdboyer/[email protected]"] | ||
], | ||
"error-expected": "", | ||
"vendor-final": [ | ||
"github.com/sdboyer/deptest" | ||
] | ||
|
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,7 +1,8 @@ | ||
{ | ||
"commands": [ | ||
["init", "-no-examples"], | ||
["ensure", "-update"] | ||
], | ||
"error-expected" : "all dirs lacked any go code" | ||
} | ||
"commands": [ | ||
["init", "-no-examples"], | ||
["ensure", "-update"] | ||
], | ||
"error-expected": "all dirs lacked any go code", | ||
"vendor-final": [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,6 +1,7 @@ | ||
{ | ||
"commands": [ | ||
["init"] | ||
], | ||
"error-expected" : "manifest already exists:" | ||
} | ||
"commands": [ | ||
["init"] | ||
], | ||
"error-expected": "manifest already exists:", | ||
"vendor-final": [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"commands": [ | ||
["remove", "github.com/not/used"] | ||
], | ||
"error-expected": "", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 I've been seeing this pop up when I run tests locally. Any idea why the build didn't break and force us to update the testdata when it was first introduced? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've noticed it elsewhere, as well. I assume the build doesn't break because we're not actually validating that file - it's just the testcase procedure. What actually strikes me as odd is that passing the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh right, we only compare golden files, not the testcases. I don't think it's a bug to update testcase files when |
||
"vendor-initial": { | ||
"github.com/sdboyer/deptest": "v0.8.0", | ||
"github.com/sdboyer/deptestdos": "a0196baa11ea047dd65037287451d36b861b00ea" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 I know this is a small change, but the name is so much more clear that this gave me a happy.