AlexStocks commented on a change in pull request #82:
URL: https://github.com/apache/dubbo-go-samples/pull/82#discussion_r611206057
##########
File path: shopping-order/go.mod
##########
@@ -0,0 +1,26 @@
+module github.com/apache/dubbo-go-samples/shopping-order
+
+require (
+ cloud.google.com/go v0.50.0 // indirect
+ github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 //
indirect
+ github.com/apache/dubbo-go v1.5.6-rc2
+ github.com/apache/dubbo-go-hessian2 v1.9.1
+ github.com/bwmarrin/snowflake v0.3.0
+ github.com/docker/go-connections v0.4.0 // indirect
+ github.com/gophercloud/gophercloud v0.3.0 // indirect
+ github.com/hashicorp/golang-lru v0.5.3 // indirect
+ github.com/imdario/mergo v0.3.9 // indirect
+ github.com/linode/linodego v0.10.0 // indirect
+ github.com/miekg/dns v1.1.27 // indirect
+ github.com/mitchellh/hashstructure v1.0.0 // indirect
+ github.com/opentrx/mysql v1.0.0-pre
+ github.com/transaction-wg/seata-golang v0.2.1-alpha
+ github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
+ google.golang.org/grpc/examples v0.0.0-20210322221411-d26af8e39165 //
indirect
+)
+
+replace github.com/envoyproxy/go-control-plane =>
github.com/envoyproxy/go-control-plane v0.8.0
Review comment:
merge the two `replace` lines.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]