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

@@ -23,7 +23,7 @@ import (
"sort"
"time"
"go.etcd.io/etcd/pkg/types"
"go.etcd.io/etcd/v3/pkg/types"
"go.uber.org/zap"
)

View File

@@ -24,7 +24,7 @@ import (
"sort"
"syscall"
"go.etcd.io/etcd/pkg/cpuutil"
"go.etcd.io/etcd/v3/pkg/cpuutil"
)
var errNoDefaultRoute = fmt.Errorf("could not find default route")