Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/OneOfOne/xxhash v1.2.8
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/anchore/bubbly v0.2.1-0.20260421185418-fee7830c481c
github.com/anchore/clio v0.1.1-0.20260421190722-794b9b055b72
github.com/anchore/clio v0.1.1-0.20260422133353-559f2585eb64
github.com/anchore/fangs v0.1.1-0.20260421185343-df607d667563
github.com/anchore/go-logger v0.1.1-0.20260421185257-01c4e7fbebe1
github.com/chainguard-dev/yam v0.2.53
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ=
github.com/anchore/bubbly v0.2.1-0.20260421185418-fee7830c481c h1:aUdK4AwvklEfj+84sicflb243e5YoN/3aRTae7UUATk=
github.com/anchore/bubbly v0.2.1-0.20260421185418-fee7830c481c/go.mod h1:zRg1mfRCCe4vq1t9Ibu24YurErmnp9LAVCbpnpsb1pQ=
github.com/anchore/clio v0.1.1-0.20260421190722-794b9b055b72 h1:LO5U2mVST1VXBIS5p1/oG0JUU7x4e3CZTkW9jTo9Vo8=
github.com/anchore/clio v0.1.1-0.20260421190722-794b9b055b72/go.mod h1:dQs52gNp0Mwu0wWmw6xMVvumr7CKSpyDKX0rA86qniA=
github.com/anchore/clio v0.1.1-0.20260422133353-559f2585eb64 h1:ReWWuj+f0Mue7h4YTPT0kUAV1w9U43E4csYqp4PLqKs=
github.com/anchore/clio v0.1.1-0.20260422133353-559f2585eb64/go.mod h1:7jCHvd6BRisqE56quov2camnNbbuSeCxY4GliQxtPy4=
github.com/anchore/fangs v0.1.1-0.20260421185343-df607d667563 h1:MuATiUpGb2M87i4kFuE6jscThaYRwlg1Y14Zm/qxgHs=
github.com/anchore/fangs v0.1.1-0.20260421185343-df607d667563/go.mod h1:XKRbg8RATn8YeOzV/RusGGLsFdscxnB/p/m+DRGUUDo=
github.com/anchore/go-homedir v0.1.0 h1:WP+lNLOz2og8hzCkY7IccyFNInVKsrjogzV19G5G8p0=
Expand Down
Loading