Skip to content

Commit a2d40c8

Browse files
committed
Update go.mod / go.sum
1 parent 3a712d4 commit a2d40c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
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-20240827015655-68e8c6cca28a
25+
github.com/apache/yunikorn-scheduler-interface v1.6.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20240827015655-68e8c6cca28a h1:3WRXGTvhunGBZj8AVZDxx7Bs/AXiH9mvf2jYcuDyklA=
2-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20240827015655-68e8c6cca28a/go.mod h1:co3uU98sj1CUTPNTM13lTyi+CY0DOgDndDW2KiUjktU=
1+
github.com/apache/yunikorn-scheduler-interface v1.6.0-1 h1:bHqNiYx8/VS9nFGUcyN0tBh3oPXSPSdDg39Lio4liko=
2+
github.com/apache/yunikorn-scheduler-interface v1.6.0-1/go.mod h1:co3uU98sj1CUTPNTM13lTyi+CY0DOgDndDW2KiUjktU=
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.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=

0 commit comments

Comments
 (0)