webhookd/go.mod

12 lines
287 B
Modula-2
Raw Normal View History

module github.com/ncarlier/webhookd
2020-02-01 09:28:48 +00:00
require (
github.com/go-fed/httpsig v1.0.0
2020-02-29 08:41:54 +00:00
github.com/mattn/go-isatty v0.0.12
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
2020-02-04 21:31:37 +00:00
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
2020-02-01 09:28:48 +00:00
golang.org/x/text v0.3.2 // indirect
)
2020-08-20 08:20:39 +00:00
go 1.14