Skip to content

Commit

Permalink
Updated go.mod / go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangTing-Yao committed Mar 7, 2024
1 parent e4d3cbd commit 661cd7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module github.com/apache/yunikorn-k8shim
go 1.21

require (
github.com/apache/yunikorn-core v1.5.0-2
github.com/apache/yunikorn-core v1.5.0-3
github.com/apache/yunikorn-scheduler-interface v1.5.0-1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cq
github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/apache/yunikorn-core v1.5.0-2 h1:XVR81s4YK1LguUs+SwVTIE8P2w3HFJlOTZqdtQ7+qRw=
github.com/apache/yunikorn-core v1.5.0-2/go.mod h1:/3s+DCUlX7fitgo1s07slxIB9WsbWvgrZgts3wGNHNE=
github.com/apache/yunikorn-core v1.5.0-3 h1:WqQhiZ7Q9JQz9FWDrY4q+BNOCDzihGSwou51lzwReiM=
github.com/apache/yunikorn-core v1.5.0-3/go.mod h1:z4jL+/iga3IpL48irH5Kb1RsQGNpS/554QWcpUkRFdA=
github.com/apache/yunikorn-scheduler-interface v1.5.0-1 h1:RusZkydfuZNIKx/CHP9Jf97wikQ3cxJGWYlgJ9CjRuM=
github.com/apache/yunikorn-scheduler-interface v1.5.0-1/go.mod h1:3jCo/Ash4yEmw05ozK3BihJDEEAMOZEN7rmxNfb0gO0=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
Expand Down

0 comments on commit 661cd7d

Please sign in to comment.