Skip to content

Commit 73d3a25

Browse files
idsulikglours
authored andcommitted
fix import
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
1 parent 3524bcf commit 73d3a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/watch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import (
3737
"github.com/docker/docker/api/types/container"
3838
"github.com/docker/docker/api/types/filters"
3939
"github.com/docker/docker/api/types/image"
40-
"github.com/go-viper/mapstructure/v2"
4140
"github.com/jonboulle/clockwork"
41+
"github.com/mitchellh/mapstructure"
4242
"github.com/sirupsen/logrus"
4343
"golang.org/x/sync/errgroup"
4444
)

0 commit comments

Comments
 (0)