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:
Ondřej Budai 2019-10-09 07:24:28 +02:00 committed by msehnout
parent 15b82a15d2
commit 6e790bc62d
2 changed files with 2 additions and 2 deletions

View file

@ -3,8 +3,8 @@ package main
import (
"encoding/json"
"flag"
"github.com/osbuild/osbuild-composer/internal/blueprint"
"os"
"osbuild-composer/internal/blueprint"
)
func main() {