Sync the removal of fileds in query protocol (#110)

diff --git a/go.mod b/go.mod
index d9e2023..0b9c241 100644
--- a/go.mod
+++ b/go.mod
@@ -20,5 +20,5 @@
 	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/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 @@
 			ServiceInstanceID: &serviceInstanceID,
 			TraceID:           &traceID,
 			EndpointID:        nil,
-			EndpointName:      nil,
 			QueryDuration:     &duration,
 			MinTraceDuration:  nil,
 			MaxTraceDuration:  nil,