chore: update modul name and imports.
This commit is contained in:
parent
5a92382063
commit
594d7e48f5
29 changed files with 38 additions and 38 deletions
|
|
@ -1,12 +1,12 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/utils"
|
||||
pm "codeberg.org/Pata1704/system_setup_tool/pkg/packagemanager"
|
||||
"fmt"
|
||||
"log"
|
||||
"runtime"
|
||||
"sync"
|
||||
"system_setup_tool/internal/utils"
|
||||
pm "system_setup_tool/pkg/packagemanager"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue