Fixed more imports after refactoring
This commit is contained in:
parent
8e44a45d54
commit
5555d1c92b
2 changed files with 5 additions and 5 deletions
|
|
@ -10,8 +10,8 @@ import (
|
|||
"net/http"
|
||||
"os"
|
||||
|
||||
"github.com/OpenCHAMI/configurator/internal/generator"
|
||||
"github.com/OpenCHAMI/configurator/internal/server"
|
||||
"github.com/OpenCHAMI/configurator/pkg/generator"
|
||||
"github.com/OpenCHAMI/configurator/pkg/server"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue