You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2021/08/20 09:29:06 UTC

[servicecomb-kie] branch master updated: Fix: Can not init embedded etcd with default config (#203)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git


The following commit(s) were added to refs/heads/master by this push:
     new 86e2130  Fix: Can not init embedded etcd with default config (#203)
86e2130 is described below

commit 86e21302a8ef93916ed30b68b000cdd0115208c2
Author: little-cui <su...@qq.com>
AuthorDate: Fri Aug 20 17:29:01 2021 +0800

    Fix: Can not init embedded etcd with default config (#203)
---
 go.mod | 2 +-
 go.sum | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 5ad76db..12b69f8 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
 	github.com/go-chassis/openlog v1.1.3
 	github.com/go-chassis/seclog v1.3.0
 	github.com/hashicorp/serf v0.9.5
-	github.com/little-cui/etcdadpt v0.1.1
+	github.com/little-cui/etcdadpt v0.1.2
 	github.com/satori/go.uuid v1.2.0
 	github.com/stretchr/testify v1.7.0
 	github.com/urfave/cli v1.22.4
diff --git a/go.sum b/go.sum
index 269e985..8843a79 100644
--- a/go.sum
+++ b/go.sum
@@ -545,6 +545,12 @@ github.com/little-cui/etcdadpt v0.1.1-0.20210812074633-41cdf7ebed00 h1:TwCL17fRB
 github.com/little-cui/etcdadpt v0.1.1-0.20210812074633-41cdf7ebed00/go.mod h1:gxgrmwRiKs5w5qKEt2d3QOpdrHACnBORzreniLoH0S0=
 github.com/little-cui/etcdadpt v0.1.1 h1:Y5y838f2Sud/mZMrHK/BWyj8a+GrzIHXX4ECuM9DlCY=
 github.com/little-cui/etcdadpt v0.1.1/go.mod h1:gxgrmwRiKs5w5qKEt2d3QOpdrHACnBORzreniLoH0S0=
+github.com/little-cui/etcdadpt v0.1.2-0.20210820084708-a2380f742015 h1:IyxLmdmVHxGngh77p8IBCpjGgABMpoKrYqQ97hw9z3k=
+github.com/little-cui/etcdadpt v0.1.2-0.20210820084708-a2380f742015/go.mod h1:gxgrmwRiKs5w5qKEt2d3QOpdrHACnBORzreniLoH0S0=
+github.com/little-cui/etcdadpt v0.1.2-0.20210820091322-8cd8a1f8f0b3 h1:YLOZfCzvHQidHP4ALmWkmHbuJQcMUfKuohrhCL4mfpg=
+github.com/little-cui/etcdadpt v0.1.2-0.20210820091322-8cd8a1f8f0b3/go.mod h1:gxgrmwRiKs5w5qKEt2d3QOpdrHACnBORzreniLoH0S0=
+github.com/little-cui/etcdadpt v0.1.2 h1:84P4OaIiqbL2biHPdbl59y9i7UyYX7YPMXsfeEa0Gec=
+github.com/little-cui/etcdadpt v0.1.2/go.mod h1:gxgrmwRiKs5w5qKEt2d3QOpdrHACnBORzreniLoH0S0=
 github.com/lyft/protoc-gen-validate v0.0.13 h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=
 github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ=
 github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a h1:TpvdAwDAt1K4ANVOfcihouRdvP+MgAfDWwBuct4l6ZY=