mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 07:33:42 +00:00
15 lines
249 B
Modula-2
15 lines
249 B
Modula-2
module github.com/ncarlier/webhookd
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v1.1.0
|
|
golang.org/x/crypto v0.13.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|
|
|
|
go 1.21
|