etcd: update etcd to 3.4.14

This commit is contained in:
Andras Banki-Horvath
2021-04-30 11:03:07 +02:00
parent e5f249ad51
commit c190c3d582
7 changed files with 79 additions and 47 deletions

View File

@@ -6,11 +6,11 @@ import (
"context"
"time"
"github.com/coreos/etcd/clientv3"
"github.com/coreos/etcd/clientv3/concurrency"
"github.com/coreos/etcd/clientv3/namespace"
"github.com/coreos/etcd/pkg/transport"
"github.com/lightningnetwork/lnd/channeldb/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"
)
const (