mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 09:51:21 +00:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module github.com/ncarlier/webhookd/tooling/httpsig
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v0.1.0
|
|
github.com/ncarlier/webhookd v1.7.0
|
|
)
|