File tree Expand file tree Collapse file tree 3 files changed +491
-0
lines changed
Expand file tree Collapse file tree 3 files changed +491
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import (
3131 _ "github.com/docker/docker/hosts/drivers/digitalocean"
3232 _ "github.com/docker/docker/hosts/drivers/none"
3333 _ "github.com/docker/docker/hosts/drivers/virtualbox"
34+ _ "github.com/docker/docker/hosts/drivers/azure"
3435 "github.com/docker/docker/nat"
3536 "github.com/docker/docker/opts"
3637 "github.com/docker/docker/pkg/log"
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ clone hg code.google.com/p/gosqlite 74691fb6f837
5959
6060clone hg code.google.com/p/goauth2 afe77d958c70
6161
62+ clone git github.com/MSOpenTech/azure-sdk-for-go v1.0
63+
6264# get Go tip's archive/tar, for xattr support and improved performance
6365# TODO after Go 1.4 drops, bump our minimum supported version and drop this vendored dep
6466if [ " $1 " = ' --go' ]; then
You can’t perform that action at this time.
0 commit comments