chore: go mod tidy + patch upgrades

This commit is contained in:
2022-02-04 10:50:55 +01:00
parent 141711ecd0
commit 0a208d049e
2 changed files with 10 additions and 10 deletions

4
go.mod
View File

@ -44,6 +44,6 @@ require (
github.com/theupdateframework/notary v0.7.0 // indirect
github.com/urfave/cli v1.22.5
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
)