mirror of
https://github.com/rancher/os.git
synced 2025-09-28 05:55:11 +00:00
Bump libcompose and its dependencies
This commit is contained in:
7
vendor/github.com/docker/libcompose/docker/context.go
generated
vendored
7
vendor/github.com/docker/libcompose/docker/context.go
generated
vendored
@@ -2,6 +2,7 @@ package docker
|
||||
|
||||
import (
|
||||
"github.com/docker/docker/cliconfig"
|
||||
"github.com/docker/docker/cliconfig/configfile"
|
||||
"github.com/docker/libcompose/project"
|
||||
)
|
||||
|
||||
@@ -9,10 +10,10 @@ import (
|
||||
// client information (like configuration file, builder to use, …)
|
||||
type Context struct {
|
||||
project.Context
|
||||
Builder Builder
|
||||
ClientFactory ClientFactory
|
||||
ClientFactory project.ClientFactory
|
||||
ConfigDir string
|
||||
ConfigFile *cliconfig.ConfigFile
|
||||
ConfigFile *configfile.ConfigFile
|
||||
AuthLookup AuthLookup
|
||||
}
|
||||
|
||||
func (c *Context) open() error {
|
||||
|
Reference in New Issue
Block a user