From 73d3a25ebd2aa04a38e6f486866a2197e2b01d38 Mon Sep 17 00:00:00 2001 From: Suleiman Dibirov Date: Mon, 16 Sep 2024 12:05:35 +0300 Subject: [PATCH] fix import Signed-off-by: Suleiman Dibirov --- pkg/compose/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compose/watch.go b/pkg/compose/watch.go index e12840dd5..bcb92f3bc 100644 --- a/pkg/compose/watch.go +++ b/pkg/compose/watch.go @@ -37,8 +37,8 @@ import ( "github.com/docker/docker/api/types/container" "github.com/docker/docker/api/types/filters" "github.com/docker/docker/api/types/image" - "github.com/go-viper/mapstructure/v2" "github.com/jonboulle/clockwork" + "github.com/mitchellh/mapstructure" "github.com/sirupsen/logrus" "golang.org/x/sync/errgroup" )