webhookd/tooling/httpsig/go.mod
dependabot[bot] 080b0cbd11
chore(deps): bump golang.org/x/sys in /tooling/httpsig
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200116001909-b77594299b42 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 04:46:25 +00:00

14 lines
264 B
Modula-2

module github.com/ncarlier/webhookd/tooling/httpsig
go 1.17
require (
github.com/go-fed/httpsig v1.1.0
github.com/ncarlier/webhookd v1.12.0
)
require (
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/sys v0.1.0 // indirect
)