osbuild-composer: Fix imports broken by new module name
We've merged some stuff with old module name used in imports. This commit fixes it.
This commit is contained in:
parent
15b82a15d2
commit
6e790bc62d
2 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ package main
|
|||
import (
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"github.com/osbuild/osbuild-composer/internal/blueprint"
|
||||
"os"
|
||||
"osbuild-composer/internal/blueprint"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue