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

@@ -23,7 +23,7 @@ import (
"path/filepath"
"time"
"go.etcd.io/etcd/pkg/v3/fileutil"
"go.etcd.io/etcd/client/pkg/v3/fileutil"
humanize "github.com/dustin/go-humanize"
"go.uber.org/zap"

View File

@@ -23,7 +23,7 @@ import (
"reflect"
"testing"
"go.etcd.io/etcd/pkg/v3/fileutil"
"go.etcd.io/etcd/client/pkg/v3/fileutil"
"go.etcd.io/etcd/raft/v3/raftpb"
"go.etcd.io/etcd/server/v3/wal/walpb"
"go.uber.org/zap"