apply goimports

This commit is contained in:
ohchang-kwon 2020-01-03 17:46:29 +09:00
parent d6fe98aa49
commit 70270a65f0
1 changed files with 4 additions and 3 deletions

View File

@ -18,13 +18,14 @@ package commands
import (
"fmt"
"os"
"path/filepath"
"strings"
"github.com/GoogleContainerTools/kaniko/pkg/constants"
"github.com/moby/buildkit/frontend/dockerfile/instructions"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"os"
"path/filepath"
"strings"
"github.com/GoogleContainerTools/kaniko/pkg/dockerfile"
"github.com/GoogleContainerTools/kaniko/pkg/util"