Skip to content

Commit 5d379c4

Browse files
targetoeepbacsko
authored andcommitted
[YUNIKORN-2541] [ADDENDUM] Upgrade golang.org/x/net for CVEs (#852)
Update golang.org/x/crypto to v0.21.0 to keep our versions in the replace up to date. Closes: #852 Signed-off-by: Yu-Lin Chen <chenyulin0719@apache.org> (cherry picked from commit db13a4f)
1 parent a648097 commit 5d379c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757

5858
replace (
5959
github.com/petermattis/goid => github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba
60-
golang.org/x/crypto => golang.org/x/crypto v0.19.0
60+
golang.org/x/crypto => golang.org/x/crypto v0.21.0
6161
golang.org/x/net => golang.org/x/net v0.23.0
6262
golang.org/x/sys => golang.org/x/sys v0.18.0
6363
golang.org/x/text => golang.org/x/text v0.14.0

0 commit comments

Comments
 (0)