Initial commit - test client
This commit is contained in:
commit
c099930cf3
8 changed files with 137 additions and 0 deletions
13
go.mod
Normal file
13
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue