This is an automated email from the ASF dual-hosted git repository. tingyao pushed a commit to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
commit 19c35296f7c172aad796aa44da0ada6c2a11e08f Author: HuangTing-Yao <[email protected]> AuthorDate: Wed Feb 28 16:51:20 2024 +0800 Updated go.mod / go.sum --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e61ef197..cbde0ace 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ module github.com/apache/yunikorn-k8shim go 1.21 require ( - github.com/apache/yunikorn-core v1.5.0-1 + github.com/apache/yunikorn-core v1.5.0-2 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 diff --git a/go.sum b/go.sum index 68b1a38a..abd066a7 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,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-1 h1:PgKLL6dciJ59RSUtmYydpR7HWCnIhhMxfCntCNDb5Ms= -github.com/apache/yunikorn-core v1.5.0-1/go.mod h1:KwuORF6felegIAwomFqleDkKbzQ13eMtmRXlUL/oG4o= +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-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= --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
