Switch to dep from glide (#664)

This commit is contained in:
Travis Reeder
2018-01-09 14:11:08 -08:00
committed by Reed Allman
parent 0a09d74137
commit 3b9818bc58
1074 changed files with 10019 additions and 107660 deletions

View File

@@ -90,7 +90,7 @@ func CheckRegistry(ctx context.Context, image string, config docker.AuthConfigur
tran = &retryWrap{cm, tran}
repo, err := registry.NewRepository(ctx, repoNamed, regURL, tran)
repo, err := registry.NewRepository(repoNamed, regURL, tran)
if err != nil {
return nil, err
}