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-core.git
The following commit(s) were added to refs/heads/master by this push:
new db13a4fa [YUNIKORN-2541] [ADDENDUM] Upgrade golang.org/x/net for CVEs
(#852)
db13a4fa is described below
commit db13a4fa8585b6cc502750759cd78685bf0f5284
Author: targetoee <[email protected]>
AuthorDate: Mon Apr 22 07:33:03 2024 +0000
[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 <[email protected]>
---
go.mod | 4 ++--
go.sum | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/go.mod b/go.mod
index d6bfbe7c..39491005 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ module github.com/apache/yunikorn-core
go 1.21
require (
- github.com/apache/yunikorn-scheduler-interface
v0.0.0-20240415160614-c40fbd225716
+ github.com/apache/yunikorn-scheduler-interface
v0.0.0-20240422062544-b70081933c38
github.com/google/btree v1.1.2
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
@@ -57,7 +57,7 @@ require (
replace (
github.com/petermattis/goid => github.com/petermattis/goid
v0.0.0-20240327183114-c42a807a84ba
- 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
diff --git a/go.sum b/go.sum
index 82bf62f2..85f36706 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/apache/yunikorn-scheduler-interface
v0.0.0-20240415160614-c40fbd225716
h1:lSK2WFoD2ANMm7HYh0hUxRQd8DGhT1B9BN+VzhkCSBc=
-github.com/apache/yunikorn-scheduler-interface
v0.0.0-20240415160614-c40fbd225716/go.mod
h1:SuKZcz1JFA4QVVMxeMZAsFMz4xG2XqTHT8FWoJnuHFQ=
+github.com/apache/yunikorn-scheduler-interface
v0.0.0-20240422062544-b70081933c38
h1:/02cjuc0xpQPZIGezL45QZ6muGI7dfesu9l38U9fbx0=
+github.com/apache/yunikorn-scheduler-interface
v0.0.0-20240422062544-b70081933c38/go.mod
h1:WuHJpVk34t8N5+1ErYGj/5Qq33/cRzL4YtuoAsbMtWc=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod
h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.2.0
h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]