You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/05/15 14:53:37 UTC

[GitHub] [dubbo-go-samples] zouyx commented on a change in pull request #109: up:修改dubbo-go版本

zouyx commented on a change in pull request #109:
URL: https://github.com/apache/dubbo-go-samples/pull/109#discussion_r632960970



##########
File path: go.mod
##########
@@ -29,17 +26,20 @@ require (
 	github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
 	github.com/openzipkin/zipkin-go v0.2.2
 	github.com/pkg/errors v0.9.1
-	github.com/prometheus/client_golang v1.8.0
+	github.com/prometheus/client_golang v1.9.0
 	github.com/stretchr/testify v1.7.0
-	github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
 	github.com/transaction-wg/seata-golang v0.1.8
 	github.com/uber/jaeger-client-go v2.22.1+incompatible
 	github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
 	go.etcd.io/bbolt v1.3.4 // indirect
-	google.golang.org/grpc v1.26.0
+	google.golang.org/grpc v1.36.0
+	google.golang.org/grpc/examples v0.0.0-20210514222045-a12250e98f97 // indirect
 	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
 )
 
-replace github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.8.0
+replace (
+	github.com/apache/dubbo-go => github.com/apache/dubbo-go v1.5.7-rc1-tmp

Review comment:
       why do you replace dubbo-go ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org