Skip to content

Commit

Permalink
[YUNIKORN-1687] update yunikorn-core
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Yang <[email protected]>
  • Loading branch information
FrankYang0529 committed Aug 1, 2023
1 parent 759c750 commit c92ac1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ go 1.20

require (
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20201215015655-2e8b733f5ad0
github.com/apache/yunikorn-core v0.0.0-20230626064933-148f221ab4f1
github.com/apache/yunikorn-core v0.0.0-20230728101619-0b3fc07a4d9b
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230621102204-bcadd461d275
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/looplab/fsm v1.0.1
github.com/onsi/ginkgo/v2 v2.9.1
github.com/onsi/gomega v1.27.4
github.com/prometheus/client_golang v1.14.0
go.uber.org/zap v1.24.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.0.3
Expand Down Expand Up @@ -102,7 +102,6 @@ require (
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kd
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY=
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 h1:yL7+Jz0jTC6yykIK/Wh74gnTJnrGr5AyrNMXuA0gves=
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY=
github.com/apache/yunikorn-core v0.0.0-20230626064933-148f221ab4f1 h1:BgdHRLdI74x8dtC/da27hheKsANsp9D33NALj6bxNMQ=
github.com/apache/yunikorn-core v0.0.0-20230626064933-148f221ab4f1/go.mod h1:wN9PINC5tIhT0yXKyF+f6Pv6Kn62FCskjTFwp1S+mqA=
github.com/apache/yunikorn-core v0.0.0-20230728101619-0b3fc07a4d9b h1:FuWrXP7Tyyj8DcinF57wJlo0dvmgkE6uX0s52SqNjaI=
github.com/apache/yunikorn-core v0.0.0-20230728101619-0b3fc07a4d9b/go.mod h1:JU10D4RqUo8IWTrMJ+gx2KHE8E2QfYqvDx2fzRR6l/8=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230621102204-bcadd461d275 h1:rohcBe0tzmokyo8QTzSni4SeH8pHJb+Hxo4XEh5wsDY=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230621102204-bcadd461d275/go.mod h1:HZl8aYm89D3VUuBbMvxzYbra84XVfgSjJWQat0kD1cE=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
Expand Down Expand Up @@ -478,8 +478,6 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORR
github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
github.com/gorilla/mux v1.6.1/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/mux v1.7.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
Expand Down

0 comments on commit c92ac1f

Please sign in to comment.