Skip to content

Commit c81bfeb

Browse files
chore(format): fix formatting
1 parent aadeec7 commit c81bfeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkg/client/create_builder.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ import (
1010
"sort"
1111
"strings"
1212

13-
"github.com/buildpacks/pack/internal/name"
14-
1513
"github.com/Masterminds/semver"
1614
"github.com/buildpacks/imgutil"
15+
"github.com/docker/docker/client"
1716
"github.com/pkg/errors"
1817
"golang.org/x/text/cases"
1918
"golang.org/x/text/language"
2019

20+
"github.com/buildpacks/pack/internal/name"
21+
2122
pubbldr "github.com/buildpacks/pack/builder"
2223
"github.com/buildpacks/pack/internal/builder"
2324
"github.com/buildpacks/pack/internal/paths"
2425
"github.com/buildpacks/pack/internal/style"
2526
"github.com/buildpacks/pack/pkg/buildpack"
2627
"github.com/buildpacks/pack/pkg/dist"
2728
"github.com/buildpacks/pack/pkg/image"
28-
"github.com/docker/docker/client"
2929
)
3030

3131
// CreateBuilderOptions is a configuration object used to change the behavior of

pkg/client/package_buildpack.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ import (
66
"os"
77
"path/filepath"
88

9-
"github.com/buildpacks/pack/internal/name"
10-
9+
"github.com/docker/docker/client"
1110
"github.com/pkg/errors"
1211

12+
"github.com/buildpacks/pack/internal/name"
13+
1314
pubbldpkg "github.com/buildpacks/pack/buildpackage"
1415
"github.com/buildpacks/pack/internal/layer"
1516
"github.com/buildpacks/pack/internal/paths"
@@ -18,7 +19,6 @@ import (
1819
"github.com/buildpacks/pack/pkg/buildpack"
1920
"github.com/buildpacks/pack/pkg/dist"
2021
"github.com/buildpacks/pack/pkg/image"
21-
"github.com/docker/docker/client"
2222
)
2323

2424
const (

0 commit comments

Comments
 (0)