client/v3: Rename of imports

This commit is contained in:
Piotr Tabor
2020-10-20 10:10:25 +02:00
parent cf795c0ae6
commit e33c6dd9df
166 changed files with 211 additions and 213 deletions

View File

@ -22,8 +22,8 @@ import (
"strings"
"github.com/bgentry/speakeasy"
"go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/pkg/v3/report"
"go.etcd.io/etcd/v3/clientv3"
"google.golang.org/grpc/grpclog"
)