sig-auth.git

git clone https://git.crispbyte.dev/sig-auth.git

cheddar  ·  2025-02-22

go.mod

 1module crispbyte.dev/sig-auth
 2
 3go 1.23.4
 4
 5require (
 6	github.com/common-fate/httpsig v0.2.1
 7	github.com/google/uuid v1.6.0
 8	github.com/mattn/go-sqlite3 v1.14.24
 9	golang.org/x/crypto v0.33.0
10)
11
12require (
13	github.com/dunglas/httpsfv v1.0.2 // indirect
14	golang.org/x/sys v0.30.0 // indirect
15)