Rename osbuild2 package to osbuild

This commit is contained in:
Achilleas Koutsou 2022-07-12 12:48:43 +02:00
parent 01d87b4e60
commit 9d4a351ca6
218 changed files with 474 additions and 475 deletions

View file

@ -1,4 +1,4 @@
// a different package is used to prevent import cycles between `rpmmd` and `osbuild2`
// a different package is used to prevent import cycles between `rpmmd` and `osbuild`
package rpmmd_test
import (
@ -6,7 +6,7 @@ import (
"testing"
"github.com/osbuild/osbuild-composer/internal/common"
osbuild "github.com/osbuild/osbuild-composer/internal/osbuild2"
"github.com/osbuild/osbuild-composer/internal/osbuild"
"github.com/osbuild/osbuild-composer/internal/rpmmd"
"github.com/stretchr/testify/assert"
)