This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
commit 5b85491cba2b0e0c88743ee2cb70d32a6930c569 Author: chickenlj <[email protected]> AuthorDate: Sun Jul 21 16:45:03 2024 +0800 update go.mod --- .../src/checkoutservice/dubbo.metadata.checkoutservice | Bin 5685 -> 0 bytes online_boutique_demo/src/frontend/go.mod | 4 ---- online_boutique_demo/src/frontend/go.sum | 2 ++ online_boutique_demo/src/productcatalogservice/go.mod | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/online_boutique_demo/src/checkoutservice/dubbo.metadata.checkoutservice b/online_boutique_demo/src/checkoutservice/dubbo.metadata.checkoutservice deleted file mode 100644 index 0b919245..00000000 Binary files a/online_boutique_demo/src/checkoutservice/dubbo.metadata.checkoutservice and /dev/null differ diff --git a/online_boutique_demo/src/frontend/go.mod b/online_boutique_demo/src/frontend/go.mod index 08ebe1c3..92b115db 100644 --- a/online_boutique_demo/src/frontend/go.mod +++ b/online_boutique_demo/src/frontend/go.mod @@ -137,7 +137,3 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace dubbo.apache.org/dubbo-go/v3 => /Users/ken/aliware/dubbo3/golang/dubbo-go - -replace github.com/dubbogo/go-zookeeper => /Users/ken/aliware/dubbo3/golang/go-zookeeper diff --git a/online_boutique_demo/src/frontend/go.sum b/online_boutique_demo/src/frontend/go.sum index a4b91454..f052c416 100644 --- a/online_boutique_demo/src/frontend/go.sum +++ b/online_boutique_demo/src/frontend/go.sum @@ -36,6 +36,8 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2 h1:R9qHDDXRg3rHzJJTdpkI7NqgVaAwpnfK7Wh0sgWeO2M= +dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2/go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= diff --git a/online_boutique_demo/src/productcatalogservice/go.mod b/online_boutique_demo/src/productcatalogservice/go.mod index 3548e0b3..66069095 100644 --- a/online_boutique_demo/src/productcatalogservice/go.mod +++ b/online_boutique_demo/src/productcatalogservice/go.mod @@ -135,5 +135,3 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace dubbo.apache.org/dubbo-go/v3 => /Users/ken/aliware/dubbo3/golang/dubbo-go
