*: revert "internal/auth" change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-02-26 10:38:30 -08:00
parent 0850ccbf45
commit bb95d190c1
22 changed files with 18 additions and 17 deletions

View File

@@ -21,10 +21,10 @@ import (
"testing"
"time"
"github.com/coreos/etcd/auth/authpb"
"github.com/coreos/etcd/clientv3"
"github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes"
pb "github.com/coreos/etcd/etcdserver/etcdserverpb"
"github.com/coreos/etcd/internal/auth/authpb"
"github.com/coreos/etcd/pkg/testutil"
)