mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 19:53:56 +00:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module github.com/ncarlier/webhookd/tooling/httpsig
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v1.0.0
|
|
github.com/ncarlier/webhookd v1.9.0
|
|
)
|