chore(deps): update etcd client to 3.5

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar
2021-01-14 19:16:13 +01:00
parent 8e7ce6353f
commit 356ccecc24
5 changed files with 260 additions and 74 deletions

View File

@@ -3,9 +3,9 @@ package etcd
import (
"time"
"go.etcd.io/etcd/clientv3"
"go.etcd.io/etcd/clientv3/namespace"
"go.etcd.io/etcd/pkg/transport"
clientv3 "go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/client/v3/namespace"
"go.etcd.io/etcd/pkg/v3/transport"
"github.com/dexidp/dex/pkg/log"
"github.com/dexidp/dex/storage"