mirror of
https://github.com/rancher/os.git
synced 2025-09-28 05:55:11 +00:00
Update vendor
This commit is contained in:
2
vendor/github.com/docker/libcompose/docker/project.go
generated
vendored
2
vendor/github.com/docker/libcompose/docker/project.go
generated
vendored
@@ -36,7 +36,7 @@ func NewProject(context *Context, parseOptions *config.ParseOptions) (*project.P
|
||||
}
|
||||
|
||||
if context.AuthLookup == nil {
|
||||
context.AuthLookup = &ConfigAuthLookup{context}
|
||||
context.AuthLookup = NewConfigAuthLookup(context)
|
||||
}
|
||||
|
||||
if context.ServiceFactory == nil {
|
||||
|
Reference in New Issue
Block a user