Move auth package under registry package
Signed-off-by: Stephen J Day <stephen.day@docker.com>master
							parent
							
								
									e4b811f489
								
							
						
					
					
						commit
						0371f648bf
					
				|  | @ -10,8 +10,8 @@ import ( | |||
| 
 | ||||
| 	log "github.com/Sirupsen/logrus" | ||||
| 	"github.com/bugsnag/bugsnag-go" | ||||
| 	_ "github.com/docker/distribution/auth/silly" | ||||
| 	_ "github.com/docker/distribution/auth/token" | ||||
| 	_ "github.com/docker/distribution/registry/auth/silly" | ||||
| 	_ "github.com/docker/distribution/registry/auth/token" | ||||
| 	"github.com/docker/distribution/configuration" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/registry/handlers" | ||||
|  |  | |||
|  | @ -12,7 +12,7 @@ import ( | |||
| 	"net/http" | ||||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/auth" | ||||
| 	"github.com/docker/distribution/registry/auth" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
|  | @ -5,7 +5,7 @@ import ( | |||
| 	"net/http/httptest" | ||||
| 	"testing" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/auth" | ||||
| 	"github.com/docker/distribution/registry/auth" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
| 
 | ||||
|  | @ -11,7 +11,7 @@ import ( | |||
| 	"os" | ||||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/auth" | ||||
| 	"github.com/docker/distribution/registry/auth" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/libtrust" | ||||
| 	"golang.org/x/net/context" | ||||
|  | @ -13,7 +13,7 @@ import ( | |||
| 	log "github.com/Sirupsen/logrus" | ||||
| 	"github.com/docker/libtrust" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/auth" | ||||
| 	"github.com/docker/distribution/registry/auth" | ||||
| ) | ||||
| 
 | ||||
| const ( | ||||
|  | @ -15,7 +15,7 @@ import ( | |||
| 	"testing" | ||||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/auth" | ||||
| 	"github.com/docker/distribution/registry/auth" | ||||
| 	"github.com/docker/libtrust" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
|  | @ -8,7 +8,7 @@ import ( | |||
| 
 | ||||
| 	"code.google.com/p/go-uuid/uuid" | ||||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	"github.com/docker/distribution/auth" | ||||
| 	"github.com/docker/distribution/registry/auth" | ||||
| 	"github.com/docker/distribution/configuration" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/storage" | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ import ( | |||
| 	"testing" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	_ "github.com/docker/distribution/auth/silly" | ||||
| 	_ "github.com/docker/distribution/registry/auth/silly" | ||||
| 	"github.com/docker/distribution/configuration" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/storagedriver/inmemory" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue