mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-08 12:08:27 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
16 lines
281 B
Modula-2
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
|