Signed-off-by: Nicolas De Loof <[email protected]>
@@ -8,7 +8,7 @@ import (
"github.com/docker/ecs-plugin/pkg/compose"
)
-//go:generate mockgen -destination=./api_mock.go -self_package "github.com/docker/ecs-plugin/pkg/amazon" -package=amazon . API
+//go:generate mockgen -destination=./api_mock.go -self_package "github.com/docker/ecs-plugin/pkg/amazon/sdk" -package=sdk . API
type API interface {
downAPI