This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 72edc056 [YUNIKORN-2396] dependency sync between k8shim and core (#786)
72edc056 is described below

commit 72edc056c62e8685664a4e7903f597b3c273c353
Author: Kuan-Po Tseng <brandb...@gmail.com>
AuthorDate: Wed Feb 7 14:48:31 2024 +0800

    [YUNIKORN-2396] dependency sync between k8shim and core (#786)
    
    Closes: #786
    
    Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com>
---
 go.mod | 4 ++--
 go.sum | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index 568c22e5..2d62b1d6 100644
--- a/go.mod
+++ b/go.mod
@@ -24,8 +24,8 @@ go 1.21
 require (
        github.com/apache/yunikorn-scheduler-interface 
v0.0.0-20231211235204-ec7bfad7d00e
        github.com/google/btree v1.1.2
-       github.com/google/go-cmp v0.5.9
-       github.com/google/uuid v1.3.0
+       github.com/google/go-cmp v0.6.0
+       github.com/google/uuid v1.6.0
        github.com/julienschmidt/httprouter v1.3.0
        github.com/looplab/fsm v1.0.1
        github.com/opentracing/opentracing-go v1.2.0
diff --git a/go.sum b/go.sum
index 554f2a45..8621dc05 100644
--- a/go.sum
+++ b/go.sum
@@ -19,10 +19,10 @@ github.com/google/btree v1.1.2 
h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=
 github.com/google/btree v1.1.2/go.mod 
h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4=
 github.com/google/go-cmp v0.5.2/go.mod 
h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
 github.com/google/go-cmp v0.5.5/go.mod 
h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
-github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
-github.com/google/go-cmp v0.5.9/go.mod 
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
-github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
-github.com/google/uuid v1.3.0/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
+github.com/google/go-cmp v0.6.0/go.mod 
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
+github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
+github.com/google/uuid v1.6.0/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
 github.com/julienschmidt/httprouter v1.3.0 
h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
 github.com/julienschmidt/httprouter v1.3.0/go.mod 
h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
 github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to