-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update stereoscope to bcc40c6817524718277256d6b774ce643f…
…98640a (#3388) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: willmurphyscode <[email protected]>
- Loading branch information
1 parent
367c699
commit 55cc187
Showing
2 changed files
with
7 additions
and
9 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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
module github.com/anchore/syft | ||
|
||
go 1.22.5 | ||
|
||
toolchain go1.22.8 | ||
go 1.22.8 | ||
|
||
require ( | ||
github.com/CycloneDX/cyclonedx-go v0.9.1 | ||
|
@@ -19,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.20241018175412-5c22e6360c4f | ||
github.com/anchore/stereoscope v0.0.5-0.20241021164725-6db3c175f1f8 | ||
github.com/anchore/stereoscope v0.0.5 | ||
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 | ||
|
@@ -212,7 +210,7 @@ require ( | |
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.19.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/sylabs/sif/v2 v2.19.1 // indirect | ||
github.com/sylabs/sif/v2 v2.19.2 // indirect | ||
github.com/sylabs/squashfs v1.0.0 // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/tidwall/gjson v1.17.0 // indirect | ||
|
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