Skip to content

Commit 9815398

Browse files
0yukali0craigcondit
authored andcommitted
[YUNIKORN-1759] Update yunikorn-scheduler-interface to v1.3.0-1 (#558)
Closes: #558 Signed-off-by: Craig Condit <[email protected]>
1 parent c5d26a8 commit 9815398

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.20
2323

2424
require (
25-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230517151935-1714a5751931
25+
github.com/apache/yunikorn-scheduler-interface v1.3.0-1
2626
github.com/google/btree v1.1.2
2727
github.com/google/uuid v1.2.0
2828
github.com/julienschmidt/httprouter v1.3.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
4040
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
4141
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
4242
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
43-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230517151935-1714a5751931 h1:3MJuXAq/BxWhGdwxDMwmLKX3a2YDDYQz+upupHAtQsc=
44-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230517151935-1714a5751931/go.mod h1:r4amgZ4uYT1K0KpfYoNV4Ao2GVIYOUU0Rxru89g0WsQ=
43+
github.com/apache/yunikorn-scheduler-interface v1.3.0-1 h1:0IIgjR+8Uptc4Qe4LBEc3wP+Dm8bnh8DXiAp9Ljkpss=
44+
github.com/apache/yunikorn-scheduler-interface v1.3.0-1/go.mod h1:r4amgZ4uYT1K0KpfYoNV4Ao2GVIYOUU0Rxru89g0WsQ=
4545
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
4646
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
4747
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=

0 commit comments

Comments
 (0)