mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fixed dependencies due to moby changes.
This commit is contained in:
committed by
Reed Allman
parent
9ac976f88c
commit
3276377c3d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user