Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 92c73e7

Browse files
committed
Fix example
Signed-off-by: Krzysztof Szarek <[email protected]>
1 parent 12a17e3 commit 92c73e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ import (
66
"golang.org/x/net/context"
77

88
"github.com/docker/libcompose/docker"
9+
"github.com/docker/libcompose/docker/ctx"
910
"github.com/docker/libcompose/project"
1011
"github.com/docker/libcompose/project/options"
1112
)
1213

1314
func main() {
14-
project, err := docker.NewProject(&docker.Context{
15+
project, err := docker.NewProject(&ctx.Context{
1516
Context: project.Context{
1617
ComposeFiles: []string{"docker-compose.yml"},
1718
ProjectName: "yeah-compose",

0 commit comments

Comments
 (0)