We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3524bcf commit 73d3a25Copy full SHA for 73d3a25
pkg/compose/watch.go
@@ -37,8 +37,8 @@ import (
37
"github.com/docker/docker/api/types/container"
38
"github.com/docker/docker/api/types/filters"
39
"github.com/docker/docker/api/types/image"
40
- "github.com/go-viper/mapstructure/v2"
41
"github.com/jonboulle/clockwork"
+ "github.com/mitchellh/mapstructure"
42
"github.com/sirupsen/logrus"
43
"golang.org/x/sync/errgroup"
44
)
0 commit comments