go modules: Fix module path version to include version number

This commit is contained in:
shivaramr
2019-04-26 14:17:16 -07:00
parent cca0d5c1be
commit 9150bf52d6
544 changed files with 1384 additions and 1376 deletions

View File

@ -19,11 +19,11 @@ import (
"reflect"
"testing"
"go.etcd.io/etcd/clientv3"
"go.etcd.io/etcd/clientv3/namespace"
"go.etcd.io/etcd/integration"
"go.etcd.io/etcd/mvcc/mvccpb"
"go.etcd.io/etcd/pkg/testutil"
"go.etcd.io/etcd/v3/clientv3"
"go.etcd.io/etcd/v3/clientv3/namespace"
"go.etcd.io/etcd/v3/integration"
"go.etcd.io/etcd/v3/mvcc/mvccpb"
"go.etcd.io/etcd/v3/pkg/testutil"
)
func TestNamespacePutGet(t *testing.T) {