Skip to content

Commit d7e447b

Browse files
committed
[YUNIKORN-1287] fix go.mod references (#452)
Replace the tagged scheduler interface reference with a pseudo version. Update the core reference to include the constant change. Closes: #452 Signed-off-by: Wilfred Spiegelenburg <wilfreds@apache.org> (cherry picked from commit fdf455b)
1 parent e60ab61 commit d7e447b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ go 1.16
2222

2323
require (
2424
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20201215015655-2e8b733f5ad0
25-
github.com/apache/yunikorn-core v0.0.0-20220818111746-f68f002d43f7
26-
github.com/apache/yunikorn-scheduler-interface v1.0.1-0.20220818152917-b140f6b90fc4
25+
github.com/apache/yunikorn-core v0.0.0-20220822023332-46777b2b4300
26+
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4
2727
github.com/google/uuid v1.2.0
2828
github.com/gorilla/mux v1.8.0
2929
github.com/looplab/fsm v0.1.0

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
8787
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
8888
github.com/apache/yunikorn-core v0.0.0-20220818111746-f68f002d43f7 h1:cdJHbQw/wBAU4hVILfgupafNXNU16C8yVf9/+/9lyR0=
8989
github.com/apache/yunikorn-core v0.0.0-20220818111746-f68f002d43f7/go.mod h1:ZMAqWCxUthmsgOuHFd8R0OnrqTCezDasHqBc1s9ff4k=
90+
github.com/apache/yunikorn-core v0.0.0-20220822023332-46777b2b4300 h1:dycZixe9u17cgAxXQbq6tt8xHtIpnMvY3ZRfyiZAB9o=
91+
github.com/apache/yunikorn-core v0.0.0-20220822023332-46777b2b4300/go.mod h1:XszRAUODosjF1R9E+9ekuIzO4rl7aL5znFD1Iesn0X4=
9092
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220610073228-3b5a637363ab/go.mod h1:Pboapmj82OLjl65yVNaKit1l0Jd1GJrSUaUVr13h68s=
91-
github.com/apache/yunikorn-scheduler-interface v1.0.1-0.20220818152917-b140f6b90fc4 h1:9xvWRgVHYkDpUq9ZV7einjbdCBPBihFmD0pNyuD70w8=
92-
github.com/apache/yunikorn-scheduler-interface v1.0.1-0.20220818152917-b140f6b90fc4/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
93+
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4 h1:z3Qk2rwCI8CbgPdhwDBJHHBODYKOhSd4LBtIo02Ck/c=
94+
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
9395
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
9496
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
9597
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=

0 commit comments

Comments
 (0)