You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/20 07:09:56 UTC

[skywalking-cli] 01/01: Sync the removal of fileds in query protocol

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

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

commit ac3bae9949f19b60f5be2ec647e1ea2fe55e8088
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Aug 20 15:09:49 2021 +0800

    Sync the removal of fileds in query protocol
---
 Makefile                        | 2 +-
 go.mod                          | 2 +-
 go.sum                          | 4 ++--
 internal/commands/trace/list.go | 1 -
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index b4e7faf..fc0e31c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ OS = $(shell uname)
 
 GO = go
 GO_PATH = $$($(GO) env GOPATH)
-GO_BUILD = $(GO) build
+GO_BUILD = $(GO) buildt
 GO_GET = $(GO) get
 GO_INSTALL = $(GO) install
 GO_TEST = $(GO) test
diff --git a/go.mod b/go.mod
index d9e2023..0b9c241 100644
--- a/go.mod
+++ b/go.mod
@@ -20,5 +20,5 @@ require (
 	gopkg.in/yaml.v2 v2.4.0
 	k8s.io/apimachinery v0.21.1
 	sigs.k8s.io/controller-runtime v0.7.0
-	skywalking.apache.org/repo/goapi v0.0.0-20210804062511-c324007aab53
+	skywalking.apache.org/repo/goapi v0.0.0-20210820070710-e10b78bbf481
 )
diff --git a/go.sum b/go.sum
index 94a9a2e..9bde708 100644
--- a/go.sum
+++ b/go.sum
@@ -910,5 +910,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.0/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK
 sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
 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-20210804062511-c324007aab53 h1:Uo45FlD3j75iKaH78pstq/HkyjgzEz7ryfET5lZEwto=
-skywalking.apache.org/repo/goapi v0.0.0-20210804062511-c324007aab53/go.mod h1:2abOB2LaQEsJLmollzCt5kNfVMWFGKE58905uYzs+sc=
+skywalking.apache.org/repo/goapi v0.0.0-20210820070710-e10b78bbf481 h1:K8jQuADJdwsl4+3P6g/nFjRo9ADNhal2MWUW2R4D8Xk=
+skywalking.apache.org/repo/goapi v0.0.0-20210820070710-e10b78bbf481/go.mod h1:2abOB2LaQEsJLmollzCt5kNfVMWFGKE58905uYzs+sc=
diff --git a/internal/commands/trace/list.go b/internal/commands/trace/list.go
index e53844f..bbae370 100644
--- a/internal/commands/trace/list.go
+++ b/internal/commands/trace/list.go
@@ -105,7 +105,6 @@ var ListCommand = cli.Command{
 			ServiceInstanceID: &serviceInstanceID,
 			TraceID:           &traceID,
 			EndpointID:        nil,
-			EndpointName:      nil,
 			QueryDuration:     &duration,
 			MinTraceDuration:  nil,
 			MaxTraceDuration:  nil,