*: revert "internal/version" change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-02-26 10:36:33 -08:00
parent 0e65660548
commit 0850ccbf45
28 changed files with 27 additions and 28 deletions

View File

@@ -29,7 +29,7 @@ import (
"sync"
"time"
"github.com/coreos/etcd/internal/version"
"github.com/coreos/etcd/version"
)
var (

View File

@@ -29,8 +29,8 @@ import (
"testing"
"time"
"github.com/coreos/etcd/internal/version"
"github.com/coreos/etcd/pkg/testutil"
"github.com/coreos/etcd/version"
)
type actionAssertingHTTPClient struct {