This is an automated email from the ASF dual-hosted git repository.
pbacsko pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/branch-1.6 by this push:
new 0fbfbe0c Update go.mod/go.sum for RC2
0fbfbe0c is described below
commit 0fbfbe0ca3e42917ca64b6fe6befe54f86db3688
Author: Peter Bacsko <[email protected]>
AuthorDate: Thu Sep 12 09:29:15 2024 +0200
Update go.mod/go.sum for RC2
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index e4d8a16d..feadff5e 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.6.0-1
+ github.com/apache/yunikorn-scheduler-interface v1.6.0-2
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 b4494e18..ab0f4447 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/apache/yunikorn-scheduler-interface v1.6.0-1
h1:bHqNiYx8/VS9nFGUcyN0tBh3oPXSPSdDg39Lio4liko=
-github.com/apache/yunikorn-scheduler-interface v1.6.0-1/go.mod
h1:co3uU98sj1CUTPNTM13lTyi+CY0DOgDndDW2KiUjktU=
+github.com/apache/yunikorn-scheduler-interface v1.6.0-2
h1:CM7Pse5FLbpdn4WyzFawmyGaMODrLeEDVMcWGinLlso=
+github.com/apache/yunikorn-scheduler-interface v1.6.0-2/go.mod
h1:co3uU98sj1CUTPNTM13lTyi+CY0DOgDndDW2KiUjktU=
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.3.0
h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]