Merge pull request #646 from lzp0412/develop
Upd: Nacos SDK version
No related branches found
No related tags found
Showing
- common/constant/key.go 2 additions, 0 deletionscommon/constant/key.go
- common/url.go 4 additions, 1 deletioncommon/url.go
- config_center/nacos/client.go 41 additions, 54 deletionsconfig_center/nacos/client.go
- config_center/nacos/client_test.go 1 addition, 1 deletionconfig_center/nacos/client_test.go
- go.mod 3 additions, 13 deletionsgo.mod
- go.sum 6 additions, 8 deletionsgo.sum
- registry/nacos/base_registry.go 3 additions, 0 deletionsregistry/nacos/base_registry.go
... | ... | @@ -3,9 +3,7 @@ module github.com/apache/dubbo-go |
require ( | ||
github.com/Workiva/go-datastructures v1.0.50 | ||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190802083043-4cd0c391755e // indirect | ||
github.com/apache/dubbo-go-hessian2 v1.6.1-0.20200623062814-707fde850279 | ||
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
... | ... | @@ -16,8 +14,6 @@ require ( |
github.com/dubbogo/go-zookeeper v1.0.0 | ||
github.com/dubbogo/gost v1.9.0 | ||
github.com/emicklei/go-restful/v3 v3.0.0 | ||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect | ||
github.com/go-errors/errors v1.0.1 // indirect | ||
github.com/go-resty/resty/v2 v2.1.0 | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/golang/mock v1.3.1 | ||
... | ... | @@ -29,33 +25,27 @@ require ( |
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 | ||
github.com/hashicorp/consul v1.5.3 | ||
github.com/hashicorp/consul/api v1.1.0 | ||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | ||
github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8 | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect | ||
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect | ||
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect | ||
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f // indirect | ||
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | ||
github.com/nacos-group/nacos-sdk-go v0.0.0-20191128082542-fe1b325b125c | ||
github.com/nacos-group/nacos-sdk-go v0.3.2 | ||
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 | ||
github.com/tebeka/strftime v0.1.3 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
github.com/zouyx/agollo v0.0.0-20191114083447-dde9fc9f35b8 | ||
go.etcd.io/bbolt v1.3.4 // indirect | ||
go.uber.org/atomic v1.6.0 | ||
go.uber.org/zap v1.15.0 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
google.golang.org/grpc v1.22.1 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
k8s.io/api v0.0.0-20190325185214-7544f9db76f6 | ||
... | ... |
Please register or sign in to comment