Use distribution context instead of google
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)master
							parent
							
								
									c7ef45130b
								
							
						
					
					
						commit
						da05873b7c
					
				|  | @ -14,8 +14,8 @@ import ( | |||
| 	"github.com/docker/distribution/digest" | ||||
| 
 | ||||
| 	"github.com/docker/distribution" | ||||
| 	"github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/registry/api/v2" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
| 
 | ||||
| // NewRepository creates a new Repository for the given repository name and endpoint
 | ||||
|  |  | |||
|  | @ -14,10 +14,10 @@ import ( | |||
| 
 | ||||
| 	"code.google.com/p/go-uuid/uuid" | ||||
| 
 | ||||
| 	"github.com/docker/distribution/context" | ||||
| 	"github.com/docker/distribution/digest" | ||||
| 	"github.com/docker/distribution/manifest" | ||||
| 	"github.com/docker/distribution/testutil" | ||||
| 	"golang.org/x/net/context" | ||||
| ) | ||||
| 
 | ||||
| func testServer(rrm testutil.RequestResponseMap) (string, func()) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue