Initial commit - test client

This commit is contained in:
cheddar 2025-02-10 23:07:41 -05:00
commit c099930cf3
No known key found for this signature in database
8 changed files with 137 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
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
)