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-core.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new cb94e785 Update go.mod/go.sum for 1.5.2
cb94e785 is described below
commit cb94e785472d7d157633a571690fa33638993826
Author: Peter Bacsko <[email protected]>
AuthorDate: Tue Jul 23 12:10:12 2024 +0200
Update go.mod/go.sum for 1.5.2
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 273ee022..901054aa 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 v1.5.1-1
+ github.com/apache/yunikorn-scheduler-interface v1.5.2-1
github.com/google/btree v1.1.2
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
diff --git a/go.sum b/go.sum
index 90fa5654..6bf06ff0 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/apache/yunikorn-scheduler-interface v1.5.1-1
h1:8NXsCFSrQ6yBodZQYcJWfyQW7CoYn3MlODYUDdiLmpc=
-github.com/apache/yunikorn-scheduler-interface v1.5.1-1/go.mod
h1:gk3BtbzoUH7T5lhNoLxp/8g9pw25S1/d7NbiypV/30Q=
+github.com/apache/yunikorn-scheduler-interface v1.5.2-1
h1:wf0rrrY7MZJE2g3/Z1tiCbOi8XBk3jBaid1uUliqaZk=
+github.com/apache/yunikorn-scheduler-interface v1.5.2-1/go.mod
h1:gk3BtbzoUH7T5lhNoLxp/8g9pw25S1/d7NbiypV/30Q=
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]