webhookd/go.mod
dependabot[bot] 8c87af19bd
chore(deps): bump golang.org/x/net from 0.1.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 00:08:43 +00:00

16 lines
281 B
Modula-2

module github.com/ncarlier/webhookd
require (
github.com/go-fed/httpsig v1.1.0
github.com/mattn/go-isatty v0.0.16
golang.org/x/crypto v0.1.0
)
require (
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)
go 1.19