import: move bib files to correct path

Moves the files imported from `bootc-image-builder` directly under `pkg`
so they can be imported in reverse. Also fix up any import paths at the
same time.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-03-31 12:34:24 +02:00
parent 7ac659490c
commit f4bbd3e048
5 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/osbuild/bootc-image-builder/bib/pkg/progress" "github.com/osbuild/image-builder-cli/pkg/progress"
) )
func TestProgressNew(t *testing.T) { func TestProgressNew(t *testing.T) {

View file

@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/osbuild/bootc-image-builder/bib/pkg/progress" "github.com/osbuild/image-builder-cli/pkg/progress"
) )
func TestSyncWriter(t *testing.T) { func TestSyncWriter(t *testing.T) {