We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6106184 commit c06efd1Copy full SHA for c06efd1
1 file changed
go.mod
@@ -1,6 +1,7 @@
1
module github.com/wolfi-dev/wolfictl
2
3
-go 1.24.0
+go 1.24.1
4
+
5
// https://github.com/anchore/grype/blob/v0.80.1/go.mod#L266-L269
6
// Pull in a fix for an unpatched CVE. mholt/archiver appears inactive/unmaintained.
7
replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2
0 commit comments