Mod: DataListener move to common
Showing
- common/configuration_listener.go 4 additions, 0 deletionscommon/configuration_listener.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 1 addition, 0 deletionsgo.sum
- registry/zookeeper/listener.go 4 additions, 4 deletionsregistry/zookeeper/listener.go
- remoting/zookeeper/listener.go 10 additions, 24 deletionsremoting/zookeeper/listener.go
... | ... | @@ -2,7 +2,7 @@ module github.com/apache/dubbo-go |
require ( | ||
github.com/dubbogo/getty v0.0.0-20190607120257-8b0e100a88af | ||
github.com/dubbogo/hessian2 v0.0.0-20190607144249-afb8cbfad2cb // indirect | ||
github.com/dubbogo/hessian2 v0.0.0-20190607144249-afb8cbfad2cb | ||
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,6 +3,7 @@ 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 v0.0.0-20190607120257-8b0e100a88af h1:vvXNXyq5uIlf+KlTduhRKY4hBBBjgCUNreT1yIfKftw= | ||
github.com/dubbogo/getty v0.0.0-20190607120257-8b0e100a88af/go.mod h1:cRMSuoCmwc5lULFFnYZTxyCfZhObmRTNbS7XRnPNHSo= | ||
github.com/dubbogo/hessian2 v0.0.0-20190607144249-afb8cbfad2cb h1:oN6hFLXbT/iDUO8qE4NZtvh89F/7VoAQ1LDxHJdmEH4= | ||
github.com/dubbogo/hessian2 v0.0.0-20190607144249-afb8cbfad2cb/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= | ||
... | ... |
Please register or sign in to comment