mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 12:48:42 +00:00
12 lines
287 B
Modula-2
12 lines
287 B
Modula-2
module github.com/ncarlier/webhookd
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v1.0.0
|
|
github.com/mattn/go-isatty v0.0.12
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|
|
|
|
go 1.14
|