Fixed dependencies due to moby changes.

This commit is contained in:
Travis Reeder
2017-05-22 23:55:15 +00:00
committed by Reed Allman
parent 9ac976f88c
commit 3276377c3d
3 changed files with 66 additions and 41 deletions

View File

@@ -9,10 +9,10 @@ import (
"path/filepath"
"time"
"github.com/moby/moby/cli/config/configfile"
"github.com/docker/cli/cli/config/configfile"
docker "github.com/fsouza/go-dockerclient"
"gitlab.oracledx.com/odx/functions/api/runner/task"
"gitlab.oracledx.com/odx/functions/api/runner/drivers"
"gitlab.oracledx.com/odx/functions/api/runner/task"
)
var registries dockerRegistries