fix goimports (#1372)

This commit is contained in:
Rémy Léone
2021-04-03 11:50:28 +08:00
committed by GitHub
parent 0036f0c32b
commit d1e538e2d4
10 changed files with 56 additions and 71 deletions
+3 -2
View File
@@ -17,6 +17,9 @@ limitations under the License.
package kobject
import (
"path/filepath"
"time"
dockerCliTypes "github.com/docker/cli/cli/compose/types"
"github.com/docker/libcompose/yaml"
deployapi "github.com/openshift/api/apps/v1"
@@ -25,8 +28,6 @@ import (
v1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/intstr"
"path/filepath"
"time"
)
// KomposeObject holds the generic struct of Kompose transformation