File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
"strings"
18
18
"time"
19
19
20
- etcd3 "github.com/coreos /etcd/clientv3"
21
- "github.com/coreos /etcd/etcdserver/api/v3rpc/rpctypes"
20
+ etcd3 "go.etcd.io /etcd/clientv3"
21
+ "go.etcd.io /etcd/etcdserver/api/v3rpc/rpctypes"
22
22
)
23
23
24
24
var (
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"fmt"
16
16
"strings"
17
17
18
- etcd3 "github.com/coreos /etcd/clientv3"
18
+ etcd3 "go.etcd.io /etcd/clientv3"
19
19
"google.golang.org/grpc/naming"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ import (
14
14
"context"
15
15
"fmt"
16
16
17
- etcd3 "github.com/coreos/etcd/clientv3"
18
- // "github.com/coreos/etcd/internal/mvcc/mvccpb"
17
+ etcd3 "go.etcd.io/etcd/clientv3"
19
18
"google.golang.org/grpc/naming"
20
19
)
21
20
You can’t perform that action at this time.
0 commit comments