Merge 2.7.5
No related branches found
No related tags found
Showing
- common/url.go 7 additions, 1 deletioncommon/url.go
- config/base_config.go 3 additions, 0 deletionsconfig/base_config.go
- config/config_loader.go 4 additions, 4 deletionsconfig/config_loader.go
- config/provider_config.go 0 additions, 2 deletionsconfig/provider_config.go
- config_center/nacos/impl.go 1 addition, 1 deletionconfig_center/nacos/impl.go
- config_center/nacos/listener.go 3 additions, 1 deletionconfig_center/nacos/listener.go
- go.mod 3 additions, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- metadata/definition/definition.go 11 additions, 3 deletionsmetadata/definition/definition.go
- metadata/identifier/service_metadata_identifier.go 1 addition, 1 deletionmetadata/identifier/service_metadata_identifier.go
- metadata/report/delegate/delegate_report.go 1 addition, 1 deletionmetadata/report/delegate/delegate_report.go
- metadata/report/nacos/report.go 3 additions, 0 deletionsmetadata/report/nacos/report.go
- metadata/report/nacos/report_test.go 4 additions, 0 deletionsmetadata/report/nacos/report_test.go
- metadata/service/remote/service.go 2 additions, 1 deletionmetadata/service/remote/service.go
- registry/event/protocol_ports_metadata_customizer.go 1 addition, 1 deletionregistry/event/protocol_ports_metadata_customizer.go
- registry/servicediscovery/service_discovery_registry.go 7 additions, 0 deletionsregistry/servicediscovery/service_discovery_registry.go
- remoting/nacos/builder.go 15 additions, 9 deletionsremoting/nacos/builder.go
- remoting/zookeeper/client.go 25 additions, 30 deletionsremoting/zookeeper/client.go
... | ... | @@ -36,7 +36,7 @@ require ( |
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.1.0 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b | ||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/stretchr/testify v1.5.1 | ||
... | ... | @@ -56,3 +56,5 @@ require ( |
) | ||
go 1.13 | ||
replace github.com/nacos-group/nacos-sdk-go => /Users/mindeng/go-workspace/src/nacos-sdk-go |
... | ... | @@ -459,6 +459,8 @@ github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 h1:7YvPJVmEeFHR1T |
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735/go.mod h1:807d1WSdnB0XRJzKNil9Om6lcp/3a0v4qIHxIXzX/Yc= | ||
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= | ||
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b h1:gQZ0qzfKHQIybLANtM3mBXNUtOfsCFXeTsnBqCsx1KM= | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I= | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= | ||
github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 h1:1Ge4j/3uB2rxzPWD3TC+daeCw+w91z8UCUL/7WH5gn8= | ||
... | ... |
Please register or sign in to comment