Skip to content

Commit

Permalink
[YUNIKORN-597] update go mod files for v0.10.0 release (#249)
Browse files Browse the repository at this point in the history
Update go mod files after upgrading the dependent version of scheduler-interface and core to v0.10.0.
  • Loading branch information
TaoYang526 authored Mar 25, 2021
1 parent 2fe6bad commit 9f0e86f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ go 1.12

require (
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20200817155620-c19d2b8660d8
github.com/apache/incubator-yunikorn-core v0.0.0-20210308173810-8fe16905ef31
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20210226144448-2d4d09a6e53e
github.com/apache/incubator-yunikorn-core v0.10.0
github.com/apache/incubator-yunikorn-scheduler-interface v0.10.0
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/looplab/fsm v0.1.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ github.com/apache/incubator-yunikorn-core v0.0.0-20210130000713-b5a3d9c541eb/go.
github.com/apache/incubator-yunikorn-core v0.0.0-20210308173810-8fe16905ef31 h1:gRVzXDnIi+r98/ASeb8WgK1EdaDvmbpQrfJefQUGVDE=
github.com/apache/incubator-yunikorn-core v0.0.0-20210308173810-8fe16905ef31/go.mod h1:kjGPgQG+XptQwLf7TSbvYnejYa4mWxQYKhl785/+u/w=
github.com/apache/incubator-yunikorn-core v0.9.0 h1:08+ptyYzl8U6CskQoUa6S00X2eGmDRD31jqmFKqKPSk=
github.com/apache/incubator-yunikorn-core v0.10.0 h1:27IFvM589SHwNYZ8+8LjqJoUjG0zUuoPR3FfgEP7f2E=
github.com/apache/incubator-yunikorn-core v0.10.0/go.mod h1:h+xLwC2qBDqawZcg5J9vqdxV1xX4DM79GwlaHnvPufk=
github.com/apache/incubator-yunikorn-scheduler-interface v0.0.0-20210106054514-49c4f33ed27b/go.mod h1:ObMs03XFbnmpGD81jYvdUDEVZbHvz8W6dWH5nGDCjc0=
github.com/apache/incubator-yunikorn-scheduler-interface v0.0.0-20210226143918-19a5cca5e428/go.mod h1:I61hISMIenZhepBL0fZ3UPXklb4WiSCjjX2JoRwxS+I=
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.0 h1:8B5fYkjol04f4wxa5SYZ3apXEDoZ2mXoYa0IWqLJLEQ=
Expand All @@ -75,6 +77,8 @@ github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20210106054514
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20210106054514-49c4f33ed27b/go.mod h1:ObMs03XFbnmpGD81jYvdUDEVZbHvz8W6dWH5nGDCjc0=
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20210226144448-2d4d09a6e53e h1:0V03cEX4W+VUfzYPY32UyqeACD7QUjBT7dOQ1GveP3o=
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20210226144448-2d4d09a6e53e/go.mod h1:I61hISMIenZhepBL0fZ3UPXklb4WiSCjjX2JoRwxS+I=
github.com/apache/incubator-yunikorn-scheduler-interface v0.10.0 h1:/OU5ieW+kTwoNYF0NwDC0zOYSC/s71h0V52zmSOO1SM=
github.com/apache/incubator-yunikorn-scheduler-interface v0.10.0/go.mod h1:I61hISMIenZhepBL0fZ3UPXklb4WiSCjjX2JoRwxS+I=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
Expand Down

0 comments on commit 9f0e86f

Please sign in to comment.