Skip to content

Commit ac87e2f

Browse files
committed
Updated go.mod / go.sum
1 parent 381bc9a commit ac87e2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module github.com/apache/yunikorn-core
2222
go 1.21
2323

2424
require (
25-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20240222205935-94c25b6d2579
25+
github.com/apache/yunikorn-scheduler-interface v1.5.0-1
2626
github.com/google/btree v1.1.2
2727
github.com/google/go-cmp v0.6.0
2828
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20240222205935-94c25b6d2579 h1:uXGmiGX3sfrUtPM8sb4Nco5pgzPKrDJ0CtiBizhgbRM=
2-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20240222205935-94c25b6d2579/go.mod h1:3jCo/Ash4yEmw05ozK3BihJDEEAMOZEN7rmxNfb0gO0=
1+
github.com/apache/yunikorn-scheduler-interface v1.5.0-1 h1:RusZkydfuZNIKx/CHP9Jf97wikQ3cxJGWYlgJ9CjRuM=
2+
github.com/apache/yunikorn-scheduler-interface v1.5.0-1/go.mod h1:3jCo/Ash4yEmw05ozK3BihJDEEAMOZEN7rmxNfb0gO0=
33
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
44
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
55
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=

0 commit comments

Comments
 (0)