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

@ -20,10 +20,10 @@ import (
"testing"
"go.etcd.io/etcd/api/v3/mvccpb"
"go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/client/v3/namespace"
"go.etcd.io/etcd/pkg/v3/testutil"
"go.etcd.io/etcd/tests/v3/integration"
"go.etcd.io/etcd/v3/clientv3"
"go.etcd.io/etcd/v3/clientv3/namespace"
)
func TestNamespacePutGet(t *testing.T) {