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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bda217  Sync Go API for query protocol update (#183)
4bda217 is described below

commit 4bda21773098e3dbfca0a871a55a18cc9931bed1
Author: mrproliu <[email protected]>
AuthorDate: Thu Jun 8 10:05:52 2023 +0000

    Sync Go API for query protocol update (#183)
---
 dist/LICENSE | 2 +-
 go.mod       | 2 +-
 go.sum       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dist/LICENSE b/dist/LICENSE
index 5084de4..e7adc36 100644
--- a/dist/LICENSE
+++ b/dist/LICENSE
@@ -213,7 +213,7 @@ The text of each license is also included at 
licenses/license-[project].txt.
     k8s.io/utils v0.0.0-20210802155522-efc7438f0176 Apache-2.0
     sigs.k8s.io/controller-runtime v0.10.0 Apache-2.0
     sigs.k8s.io/structured-merge-diff/v4 v4.1.2 Apache-2.0
-    skywalking.apache.org/repo/goapi v0.0.0-20230608051849-a29bda277aac 
Apache-2.0
+    skywalking.apache.org/repo/goapi v0.0.0-20230608092131-570069c78f35 
Apache-2.0
 
 ========================================================================
 BSD-2-Clause licenses
diff --git a/go.mod b/go.mod
index 442ba98..971f869 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
        gopkg.in/yaml.v2 v2.4.0
        k8s.io/apimachinery v0.22.1
        sigs.k8s.io/controller-runtime v0.10.0
-       skywalking.apache.org/repo/goapi v0.0.0-20230608051849-a29bda277aac
+       skywalking.apache.org/repo/goapi v0.0.0-20230608092131-570069c78f35
 )
 
 require (
diff --git a/go.sum b/go.sum
index d1777bb..6284540 100644
--- a/go.sum
+++ b/go.sum
@@ -864,5 +864,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.2 
h1:Hr/htKFmJEbtMgS/UD0N+gtgctAqz81t3
 sigs.k8s.io/structured-merge-diff/v4 v4.1.2/go.mod 
h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4=
 sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
 sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
-skywalking.apache.org/repo/goapi v0.0.0-20230608051849-a29bda277aac 
h1:8Ra0KXu0lNlEKCRvsNbBXYEFpMx5Tmfm0krekUM9FNE=
-skywalking.apache.org/repo/goapi v0.0.0-20230608051849-a29bda277aac/go.mod 
h1:bW4dg0GUN4rMCMS8DLlaY3ZiKUAJ1fQYKoZ91Bl0kTk=
+skywalking.apache.org/repo/goapi v0.0.0-20230608092131-570069c78f35 
h1:lH1a+7DTdPAe5HhLUssuXU0pvVWq8l1j17Ajmfc+xPA=
+skywalking.apache.org/repo/goapi v0.0.0-20230608092131-570069c78f35/go.mod 
h1:bW4dg0GUN4rMCMS8DLlaY3ZiKUAJ1fQYKoZ91Bl0kTk=

Reply via email to