You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2021/02/03 09:32:44 UTC

[dubbo-go-samples] branch master updated: comment sentinel tempararily

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

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new f896ca7  comment sentinel tempararily
f896ca7 is described below

commit f896ca7b35b24790796b25b04f9c2d9de324aa34
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Wed Feb 3 17:32:06 2021 +0800

    comment sentinel tempararily
---
 go.mod                  | 1 -
 start_integrate_test.sh | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index faa3b52..87e2863 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,6 @@ require (
 
 replace (
 	github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.8.0
-	github.com/alibaba/sentinel-golang => github.com/alibaba/sentinel-golang v1.0.1
 )
 
 go 1.13
diff --git a/start_integrate_test.sh b/start_integrate_test.sh
index 703d7cb..7cf947f 100755
--- a/start_integrate_test.sh
+++ b/start_integrate_test.sh
@@ -28,7 +28,7 @@ array+=("direct/go-server")
 # filter
 array+=("filter/custom_filter/go-server")
 array+=("filter/tpslimit/go-server")
-array+=("filter/sentinel/go-server")
+#array+=("filter/sentinel/go-server")
 
 # general
 array+=("general/dubbo/go-server")