mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 11:08:19 +00:00
16 lines
365 B
Modula-2
16 lines
365 B
Modula-2
module github.com/ncarlier/webhookd
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v1.1.0
|
|
github.com/mattn/go-isatty v0.0.14
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
)
|
|
|
|
go 1.17
|