cli: change the module name of the cli (#1431)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package patch
|
||||
|
||||
import (
|
||||
"bytetrade.io/web3os/installer/pkg/binaries"
|
||||
"bytetrade.io/web3os/installer/pkg/common"
|
||||
"bytetrade.io/web3os/installer/pkg/core/logger"
|
||||
"bytetrade.io/web3os/installer/pkg/core/prepare"
|
||||
"bytetrade.io/web3os/installer/pkg/core/task"
|
||||
"bytetrade.io/web3os/installer/pkg/manifest"
|
||||
"github.com/beclab/Olares/cli/pkg/binaries"
|
||||
"github.com/beclab/Olares/cli/pkg/common"
|
||||
"github.com/beclab/Olares/cli/pkg/core/logger"
|
||||
"github.com/beclab/Olares/cli/pkg/core/prepare"
|
||||
"github.com/beclab/Olares/cli/pkg/core/task"
|
||||
"github.com/beclab/Olares/cli/pkg/manifest"
|
||||
)
|
||||
|
||||
type InstallDepsModule struct {
|
||||
|
||||
Reference in New Issue
Block a user