Migrate dependencies pkg/foo -> client/pkg/foo

This commit is contained in:
Piotr Tabor
2021-04-05 22:31:07 +02:00
parent 0b81fdf418
commit 3bb7acc8cf
200 changed files with 654 additions and 303 deletions

View File

@@ -24,7 +24,7 @@ import (
"time"
"go.etcd.io/etcd/api/v3/etcdserverpb"
"go.etcd.io/etcd/pkg/v3/fileutil"
"go.etcd.io/etcd/client/pkg/v3/fileutil"
"go.etcd.io/etcd/pkg/v3/idutil"
"go.etcd.io/etcd/pkg/v3/pbutil"
"go.etcd.io/etcd/raft/v3/raftpb"

View File

@@ -21,8 +21,8 @@ import (
"strings"
"github.com/urfave/cli"
"go.etcd.io/etcd/client/pkg/v3/pathutil"
"go.etcd.io/etcd/client/v2"
"go.etcd.io/etcd/pkg/v3/pathutil"
)
func NewRoleCommands() cli.Command {

View File

@@ -28,8 +28,8 @@ import (
"syscall"
"time"
"go.etcd.io/etcd/client/pkg/v3/transport"
"go.etcd.io/etcd/client/v2"
"go.etcd.io/etcd/pkg/v3/transport"
"github.com/bgentry/speakeasy"
"github.com/urfave/cli"