sig-auth/go.mod

13 lines
220 B
Modula-2

module crispbyte.dev/sig-auth
go 1.23.4
require (
github.com/common-fate/httpsig v0.2.1
golang.org/x/crypto v0.33.0
)
require (
github.com/dunglas/httpsfv v1.0.2 // indirect
golang.org/x/sys v0.30.0 // indirect
)