osbuild: rename package to osbuild1

Preparing for version 2 of the manifest schema, which will be
implemented in a separate package (osbuild2) alongside the original.
This commit is contained in:
Achilleas Koutsou 2021-02-12 13:18:15 +01:00 committed by Tom Gundersen
parent 18af1f5b78
commit 8090621300
70 changed files with 71 additions and 71 deletions

View file

@ -7,7 +7,7 @@ package disk
import (
"sort"
"github.com/osbuild/osbuild-composer/internal/osbuild"
osbuild "github.com/osbuild/osbuild-composer/internal/osbuild1"
)
type PartitionTable struct {