mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 20:41:49 +00:00
14 lines
292 B
Modula-2
14 lines
292 B
Modula-2
module github.com/ncarlier/webhookd/tooling/httpsig
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v1.1.0
|
|
github.com/ncarlier/webhookd v1.12.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
|
|
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
|
|
)
|