auth.AccessController interface now uses distribution/context
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
4a2300aaa9
commit
e42a8ca580
4 changed files with 8 additions and 11 deletions
|
@ -34,7 +34,7 @@ import (
|
|||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
"github.com/docker/distribution/context"
|
||||
)
|
||||
|
||||
// UserInfo carries information about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue