diff --git a/pkg/imgpkg/plainimage/contents.go b/pkg/imgpkg/plainimage/contents.go index 97f6c78d9..28315dbb0 100644 --- a/pkg/imgpkg/plainimage/contents.go +++ b/pkg/imgpkg/plainimage/contents.go @@ -18,9 +18,8 @@ import ( ) type Contents struct { - paths []string - excludedPaths []string - displayProgress bool + paths []string + excludedPaths []string } type ImagesWriter interface { diff --git a/pkg/imgpkg/registry/with_progress.go b/pkg/imgpkg/registry/with_progress.go index 4ecb19a98..fa464be9f 100644 --- a/pkg/imgpkg/registry/with_progress.go +++ b/pkg/imgpkg/registry/with_progress.go @@ -4,7 +4,7 @@ package registry import ( - context "context" + "context" regname "github.com/google/go-containerregistry/pkg/name" regv1 "github.com/google/go-containerregistry/pkg/v1"