Remove digest from covered components

This commit is contained in:
cheddar 2025-02-21 20:09:23 -05:00
parent 3a838b4f21
commit c5b7f7c3e2
No known key found for this signature in database
4 changed files with 18 additions and 17 deletions

1
go.mod
View file

@ -6,7 +6,6 @@ require (
github.com/common-fate/httpsig v0.2.1
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/opencontainers/go-digest v1.0.0
golang.org/x/crypto v0.33.0
)