*: move "auth" to "internal/auth"

This commit is contained in:
Hitoshi Mitake
2018-01-29 14:43:14 +09:00
parent ce0ad377d2
commit 6c91766490
23 changed files with 18 additions and 18 deletions

View File

@ -19,8 +19,8 @@ import (
"fmt"
"strings"
"github.com/coreos/etcd/auth/authpb"
pb "github.com/coreos/etcd/etcdserver/etcdserverpb"
"github.com/coreos/etcd/internal/auth/authpb"
"google.golang.org/grpc"
)