update golang.org/x/crypto v0.16.0 => v0.17.0 (#2966)

we are not affected by CVE-2023-48795 crypto/ssh - but we should update
anyway :)
This commit is contained in:
6543
2023-12-19 03:55:18 +01:00
committed by GitHub
parent f7f78b2a3f
commit 4d298bd6b5
2 changed files with 7 additions and 42 deletions

2
go.mod
View File

@@ -49,7 +49,7 @@ require (
github.com/xanzy/go-gitlab v0.95.2
github.com/xeipuuv/gojsonschema v1.2.0
go.uber.org/multierr v1.11.0
golang.org/x/crypto v0.16.0
golang.org/x/crypto v0.17.0
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.15.0
golang.org/x/sync v0.5.0