Skip to content

Commit

Permalink
refactor: revert changes to grouping of imports
Browse files Browse the repository at this point in the history
Signed-off-by: German Lashevich <german.lashevich@gmail.com>
  • Loading branch information
Zebradil committed Jan 10, 2024
1 parent 7373129 commit af08da1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions pkg/vendir/cmd/sync.go
Expand Up @@ -9,13 +9,12 @@ import (
"path/filepath"
"strings"

"github.com/cppforlife/go-cli-ui/ui"
"github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"

ctlconf "carvel.dev/vendir/pkg/vendir/config"
ctldir "carvel.dev/vendir/pkg/vendir/directory"
ctlcache "carvel.dev/vendir/pkg/vendir/fetch/cache"
"github.com/cppforlife/go-cli-ui/ui"
"github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
)

const (
Expand Down
5 changes: 2 additions & 3 deletions pkg/vendir/directory/directory.go
Expand Up @@ -9,9 +9,6 @@ import (
"fmt"
"os"
"path/filepath"

"github.com/cppforlife/go-cli-ui/ui"
dircopy "github.com/otiai10/copy"
"sigs.k8s.io/yaml"

ctlconf "carvel.dev/vendir/pkg/vendir/config"
Expand All @@ -25,6 +22,8 @@ import (
ctlimg "carvel.dev/vendir/pkg/vendir/fetch/image"
ctlimgpkgbundle "carvel.dev/vendir/pkg/vendir/fetch/imgpkgbundle"
ctlinl "carvel.dev/vendir/pkg/vendir/fetch/inline"
"github.com/cppforlife/go-cli-ui/ui"
dircopy "github.com/otiai10/copy"
)

type Directory struct {
Expand Down

0 comments on commit af08da1

Please sign in to comment.