Move storage package under registry package
Signed-off-by: Stephen J Day <stephen.day@docker.com>master
							parent
							
								
									2832ec7f5c
								
							
						
					
					
						commit
						3468fbd4a8
					
				|  | @ -11,8 +11,8 @@ import ( | |||
| 	"github.com/docker/distribution/registry/auth" | ||||
| 	"github.com/docker/distribution/configuration" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/storage/notifications" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/docker/distribution/registry/storage/notifications" | ||||
| 	"github.com/docker/distribution/storagedriver" | ||||
| 	"github.com/docker/distribution/storagedriver/factory" | ||||
| 	"github.com/gorilla/mux" | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ import ( | |||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	_ "github.com/docker/distribution/registry/auth/silly" | ||||
| 	"github.com/docker/distribution/configuration" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/docker/distribution/storagedriver/inmemory" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ import ( | |||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ import ( | |||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/manifest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/gorilla/handlers" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ import ( | |||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/gorilla/handlers" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ import ( | |||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	ctxu "github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/gorilla/handlers" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ import ( | |||
| 	"net/http" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/gorilla/handlers" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ import ( | |||
| 
 | ||||
| 	"code.google.com/p/go-uuid/uuid" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| ) | ||||
| 
 | ||||
| type bridge struct { | ||||
|  | @ -4,7 +4,7 @@ import ( | |||
| 	"github.com/Sirupsen/logrus" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/manifest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| ) | ||||
| 
 | ||||
| // ManifestListener describes a set of methods for listening to events related to manifests.
 | ||||
|  | @ -7,7 +7,7 @@ import ( | |||
| 
 | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/manifest" | ||||
| 	"github.com/docker/distribution/storage" | ||||
| 	"github.com/docker/distribution/registry/storage" | ||||
| 	"github.com/docker/distribution/storagedriver/inmemory" | ||||
| 	"github.com/docker/distribution/testutil" | ||||
| 	"github.com/docker/libtrust" | ||||
		Loading…
	
		Reference in New Issue