Skip to content

Commit 4544779

Browse files
committed
[YUNIKORN-1287] fix go.mod references (#433)
Replace the tagged scheduler interface reference with a pseudo version. Closes: #433 Signed-off-by: Wilfred Spiegelenburg <wilfreds@apache.org> (cherry picked from commit 46777b2)
1 parent e7a98f6 commit 4544779

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 v1.0.1-0.20220818152917-b140f6b90fc4
26+
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +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-20220610073228-3b5a637363ab h1:8h/meaIa7Ijy3Z1yiwqfoHx9pETZODMsheVqkYH/jXA=
99
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220610073228-3b5a637363ab/go.mod h1:Pboapmj82OLjl65yVNaKit1l0Jd1GJrSUaUVr13h68s=
10-
github.com/apache/yunikorn-scheduler-interface v1.0.1-0.20220818152917-b140f6b90fc4 h1:9xvWRgVHYkDpUq9ZV7einjbdCBPBihFmD0pNyuD70w8=
11-
github.com/apache/yunikorn-scheduler-interface v1.0.1-0.20220818152917-b140f6b90fc4/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
10+
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4 h1:z3Qk2rwCI8CbgPdhwDBJHHBODYKOhSd4LBtIo02Ck/c=
11+
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
1212
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
1313
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
1414
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)