sig-auth/go.mod

16 lines
289 B
Modula-2
Raw Normal View History

2025-02-10 23:07:41 -05:00
module crispbyte.dev/sig-auth
go 1.23.4
require (
github.com/common-fate/httpsig v0.2.1
github.com/google/uuid v1.6.0
2025-02-20 20:45:49 -05:00
github.com/mattn/go-sqlite3 v1.14.24
2025-02-10 23:07:41 -05:00
golang.org/x/crypto v0.33.0
)
require (
github.com/dunglas/httpsfv v1.0.2 // indirect
golang.org/x/sys v0.30.0 // indirect
)