upgrade grpc & etcd dependencies (#771)

This commit is contained in:
Kevin Wan
2021-06-21 09:05:20 +08:00
committed by GitHub
parent 74ee163761
commit 3e8cec5c78
11 changed files with 174 additions and 188 deletions

View File

@@ -11,8 +11,8 @@ import (
"github.com/tal-tech/go-zero/core/lang"
"github.com/tal-tech/go-zero/core/logx"
"github.com/tal-tech/go-zero/core/stringx"
"go.etcd.io/etcd/clientv3"
"go.etcd.io/etcd/mvcc/mvccpb"
"go.etcd.io/etcd/api/v3/mvccpb"
clientv3 "go.etcd.io/etcd/client/v3"
)
var mockLock sync.Mutex