Skip to content

Commit

Permalink
fixing formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante committed Jan 15, 2025
1 parent b999752 commit c49ea0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal/name/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package name

import (
"fmt"
"github.com/buildpacks/pack/pkg/dist"
"strings"

"github.com/buildpacks/pack/pkg/dist"

gname "github.com/google/go-containerregistry/pkg/name"

"github.com/buildpacks/pack/internal/style"
Expand Down
3 changes: 2 additions & 1 deletion pkg/client/create_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package client
import (
"context"
"fmt"
"github.com/buildpacks/pack/internal/name"
"sort"
"strings"

"github.com/buildpacks/pack/internal/name"

"github.com/Masterminds/semver"
"github.com/buildpacks/imgutil"
"github.com/pkg/errors"
Expand Down
3 changes: 2 additions & 1 deletion pkg/client/package_buildpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package client
import (
"context"
"fmt"
"github.com/buildpacks/pack/internal/name"
"path/filepath"

"github.com/buildpacks/pack/internal/name"

"github.com/pkg/errors"

pubbldpkg "github.com/buildpacks/pack/buildpackage"
Expand Down

0 comments on commit c49ea0a

Please sign in to comment.