This is an automated email from the ASF dual-hosted git repository. pbacsko pushed a commit to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git
commit 3ad69cdbc247cb5ce54acff16e06331ed95cba8c Author: targetoee <[email protected]> AuthorDate: Mon Apr 22 14:25:44 2024 +0800 [YUNIKORN-2541] [ADDENDUM] Upgrade golang.org/x/net for CVEs (#136) Update golang.org/x/crypto to v0.21.0 to keep our versions in the replace up to date. Closes: #136 Signed-off-by: Yu-Lin Chen <[email protected]> (cherry picked from commit b70081933c38018fd7f01c82635f5b186c4ef394) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 41e3331..3a2a507 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( ) replace ( - golang.org/x/crypto => golang.org/x/crypto v0.19.0 + golang.org/x/crypto => golang.org/x/crypto v0.21.0 golang.org/x/net => golang.org/x/net v0.23.0 golang.org/x/sys => golang.org/x/sys v0.18.0 golang.org/x/text => golang.org/x/text v0.14.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
