mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 19:53:56 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
14 lines
264 B
Modula-2
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
|
|
)
|