import: refer to pkg

Change the progress imports to refer to `pkg/progress` inside this
repository as it was imported from `bootc-image-builder`.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-03-31 12:39:01 +02:00
parent f4bbd3e048
commit 63bb56e12d
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
"github.com/osbuild/bootc-image-builder/bib/pkg/progress"
"github.com/osbuild/image-builder-cli/pkg/progress"
"github.com/osbuild/images/pkg/imagefilter"
)