Browse Source

fix import

Signed-off-by: Suleiman Dibirov <[email protected]>
Suleiman Dibirov 1 năm trước cách đây
mục cha
commit
73d3a25ebd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/compose/watch.go

+ 1 - 1
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"
 )