Mrg:merge upstream
No related branches found
No related tags found
Showing
- README.md 1 addition, 1 deletionREADME.md
- README_CN.md 1 addition, 1 deletionREADME_CN.md
- config/service_config.go 24 additions, 12 deletionsconfig/service_config.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- protocol/dubbo/readwriter.go 5 additions, 6 deletionsprotocol/dubbo/readwriter.go
- protocol/dubbo/server.go 6 additions, 2 deletionsprotocol/dubbo/server.go
... | ... | @@ -2,7 +2,7 @@ module github.com/apache/dubbo-go |
require ( | ||
github.com/dubbogo/getty v1.0.7 | ||
github.com/dubbogo/hessian2 v1.0.1 | ||
github.com/dubbogo/hessian2 v1.0.2 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec | ||
github.com/stretchr/testify v1.3.0 | ||
... | ... |
... | ... | @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c |
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||
github.com/dubbogo/getty v1.0.7 h1:5Hg+JwXyCKm9Yr4yJkm98ahhnoa8c2h6br5QJxwQ+YU= | ||
github.com/dubbogo/getty v1.0.7/go.mod h1:cRMSuoCmwc5lULFFnYZTxyCfZhObmRTNbS7XRnPNHSo= | ||
github.com/dubbogo/hessian2 v1.0.1 h1:ztI7gJxR3Isxrrl2jE1IZKX61eNR93eRKGhn49vPEX8= | ||
github.com/dubbogo/hessian2 v1.0.1/go.mod h1:XFGDn4oSZX26zkcfhkM/fCJrOqwQJxk/xgWW1KMJBKM= | ||
github.com/dubbogo/hessian2 v1.0.2 h1:Ka9Z32ZszGAdCpgrGuZQmwkT0qe1pd3o9r7ERCDnSlQ= | ||
github.com/dubbogo/hessian2 v1.0.2/go.mod h1:XFGDn4oSZX26zkcfhkM/fCJrOqwQJxk/xgWW1KMJBKM= | ||
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4= | ||
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= | ||
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q= | ||
... | ... |
Please register or sign in to comment