Skip to content

Commit a6558d4

Browse files
committed
[YUNIKORN-991] Update scheduler-interface dependency to v1.0.0-1
1 parent e514954 commit a6558d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ go 1.16
2323

2424
require (
2525
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
26-
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220413101040-d6ba6ec504f9
26+
github.com/apache/yunikorn-scheduler-interface v1.0.0-1
2727
github.com/beorn7/perks v1.0.1 // indirect
2828
github.com/google/btree v1.0.1
2929
github.com/google/uuid v1.2.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy
77
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
88
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220413101040-d6ba6ec504f9 h1:c4VJQMAj0iHqWIEZ1bItiaY6CCkyd9/4Rib16a3o+e4=
99
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220413101040-d6ba6ec504f9/go.mod h1:Pboapmj82OLjl65yVNaKit1l0Jd1GJrSUaUVr13h68s=
10+
github.com/apache/yunikorn-scheduler-interface v1.0.0-1 h1:QUkkr2s7p2a72xHvYcrasB5b3+InHag84ap6wmL0EGo=
11+
github.com/apache/yunikorn-scheduler-interface v1.0.0-1/go.mod h1:Pboapmj82OLjl65yVNaKit1l0Jd1GJrSUaUVr13h68s=
1012
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
1113
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
1214
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)