mod+kvdb: update etcd to v3.5.0

This commit is contained in:
Oliver Gugger
2021-07-27 12:59:58 +02:00
parent 235efc04e4
commit 76e1223bf2
10 changed files with 835 additions and 225 deletions

View File

@@ -7,10 +7,10 @@ import (
"time"
"github.com/lightningnetwork/lnd/kvdb/etcd"
"go.etcd.io/etcd/clientv3"
"go.etcd.io/etcd/clientv3/concurrency"
"go.etcd.io/etcd/clientv3/namespace"
"go.etcd.io/etcd/pkg/transport"
"go.etcd.io/etcd/client/pkg/v3/transport"
clientv3 "go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/client/v3/concurrency"
"go.etcd.io/etcd/client/v3/namespace"
)
const (