-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display which provider caused which error in output (#2757)
* Display which provider caused which error in output Otherwise, the output is very difficult to parse. Signed-off-by: Will Murphy <[email protected]> * lint fix Signed-off-by: Will Murphy <[email protected]> * bump stereoscope to v0.0.2 Signed-off-by: Will Murphy <[email protected]> --------- Signed-off-by: Will Murphy <[email protected]>
- Loading branch information
1 parent
99b58db
commit f154bf5
Showing
3 changed files
with
11 additions
and
43 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ require ( | |
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04 | ||
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b | ||
github.com/anchore/packageurl-go v0.1.1-0.20240312213626-055233e539b4 | ||
github.com/anchore/stereoscope v0.0.2-0.20240229175558-fe426d1b1c84 | ||
github.com/anchore/stereoscope v0.0.2 | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be | ||
// we are hinting brotli to latest due to warning when installing archiver v3: | ||
// go: warning: github.com/andybalholm/[email protected]: retracted by module author: occasional panics and data corruption | ||
|
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
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