This is an automated email from the ASF dual-hosted git repository.
chenyulin0719 pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git
The following commit(s) were added to refs/heads/master by this push:
new b700819 [YUNIKORN-2541] [ADDENDUM] Upgrade golang.org/x/net for CVEs
(#136)
b700819 is described below
commit b70081933c38018fd7f01c82635f5b186c4ef394
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]>
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index 01d45e3..d3b1878 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]