Skip to content

Commit

Permalink
[YUNIKORN-1759] Update go dependency in k8shim (#607)
Browse files Browse the repository at this point in the history
Closes: #607

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
0yukali0 authored and craigcondit committed Jun 1, 2023
1 parent 6d0f65a commit 9a3cf8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.20

require (
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20201215015655-2e8b733f5ad0
github.com/apache/yunikorn-core v0.0.0-20230525055051-94e6f2dc1c7b
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230517151935-1714a5751931
github.com/apache/yunikorn-core v1.3.0-1
github.com/apache/yunikorn-scheduler-interface v1.3.0-1
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/looplab/fsm v1.0.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY=
github.com/apache/yunikorn-core v0.0.0-20230525055051-94e6f2dc1c7b h1:F3BFzXJc9HrAQLSxO0CuHvOdfs+Y2lQUaQDlxXHjE4E=
github.com/apache/yunikorn-core v0.0.0-20230525055051-94e6f2dc1c7b/go.mod h1:wWlHi3ObVd6MeS9ZESRmTdIjd/UhPEc4/Aj65xbCRtQ=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230517151935-1714a5751931 h1:3MJuXAq/BxWhGdwxDMwmLKX3a2YDDYQz+upupHAtQsc=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230517151935-1714a5751931/go.mod h1:r4amgZ4uYT1K0KpfYoNV4Ao2GVIYOUU0Rxru89g0WsQ=
github.com/apache/yunikorn-core v1.3.0-1 h1:e9hi8N7qoswtY6fWyNuUvSSRVKhpqbcqzKqOYDKlgQc=
github.com/apache/yunikorn-core v1.3.0-1/go.mod h1:WjT8/AonqBc41lgxbpAMrJsHRr2sCssIkbhneeOR4d0=
github.com/apache/yunikorn-scheduler-interface v1.3.0-1 h1:0IIgjR+8Uptc4Qe4LBEc3wP+Dm8bnh8DXiAp9Ljkpss=
github.com/apache/yunikorn-scheduler-interface v1.3.0-1/go.mod h1:r4amgZ4uYT1K0KpfYoNV4Ao2GVIYOUU0Rxru89g0WsQ=
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/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit 9a3cf8b

Please sign in to comment.