Skip to content

Commit

Permalink
[YUNIKORN-527] update shim side dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwwei committed Jan 30, 2021
1 parent 4d0b887 commit c47ed51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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-20210126213806-78bf4f684709
github.com/apache/incubator-yunikorn-core v0.0.0-20210130000555-5a1c19e280f6
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20210106054514-49c4f33ed27b
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ github.com/apache/incubator-yunikorn-core v0.0.0-20210126134620-2bf276764227 h1:
github.com/apache/incubator-yunikorn-core v0.0.0-20210126134620-2bf276764227/go.mod h1:IhX7VztC5z9LfPVKTIkbkuisl+2CLum0neLVMF+hfXM=
github.com/apache/incubator-yunikorn-core v0.0.0-20210126213806-78bf4f684709 h1:PjS8boS/UyQ/Uv7x2MfkEbsG8xLo60v6J/Ozyfwjy74=
github.com/apache/incubator-yunikorn-core v0.0.0-20210126213806-78bf4f684709/go.mod h1:IhX7VztC5z9LfPVKTIkbkuisl+2CLum0neLVMF+hfXM=
github.com/apache/incubator-yunikorn-core v0.0.0-20210130000555-5a1c19e280f6 h1:B+W/tKsnxWpxxnKu1VQtqOYtRUSGRHolqB0mXigj52k=
github.com/apache/incubator-yunikorn-core v0.0.0-20210130000555-5a1c19e280f6/go.mod h1:IhX7VztC5z9LfPVKTIkbkuisl+2CLum0neLVMF+hfXM=
github.com/apache/incubator-yunikorn-core v0.9.0 h1:08+ptyYzl8U6CskQoUa6S00X2eGmDRD31jqmFKqKPSk=
github.com/apache/incubator-yunikorn-scheduler-interface v0.0.0-20210106054514-49c4f33ed27b/go.mod h1:ObMs03XFbnmpGD81jYvdUDEVZbHvz8W6dWH5nGDCjc0=
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20200901200728-b9033558f319 h1:I12nCcXdHe6W4oysVejFHfQDy0Ix0r+ZHdfooyEoldo=
github.com/apache/incubator-yunikorn-scheduler-interface v0.9.1-0.20200901200728-b9033558f319/go.mod h1:ObMs03XFbnmpGD81jYvdUDEVZbHvz8W6dWH5nGDCjc0=
Expand Down

0 comments on commit c47ed51

Please sign in to comment.