Add digest to request

This commit is contained in:
cheddar 2025-02-14 19:41:22 -05:00
parent 4b143a6650
commit b223a25055
No known key found for this signature in database
3 changed files with 16 additions and 4 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.23.4
require (
github.com/common-fate/httpsig v0.2.1
github.com/opencontainers/go-digest v1.0.0
golang.org/x/crypto v0.33.0
)