webhookd/go.mod

15 lines
249 B
Modula-2
Raw Permalink Normal View History

module github.com/ncarlier/webhookd
2020-02-01 09:28:48 +00:00
require (
2021-12-05 10:23:26 +00:00
github.com/go-fed/httpsig v1.1.0
2023-10-03 17:58:13 +00:00
golang.org/x/crypto v0.13.0
2020-02-01 09:28:48 +00:00
)
2021-12-05 10:23:26 +00:00
require (
2023-10-03 17:58:13 +00:00
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
2021-12-05 10:23:26 +00:00
)
2023-10-03 17:58:13 +00:00
go 1.21