cli: change the module name of the cli (#1431)

This commit is contained in:
eball
2025-06-11 23:06:24 +08:00
committed by GitHub
parent f9072c9312
commit d484e41bbd
301 changed files with 6680 additions and 1059 deletions

View File

@@ -3,7 +3,7 @@ package gpu
import (
"log"
"bytetrade.io/web3os/installer/pkg/pipelines"
"github.com/beclab/Olares/cli/pkg/pipelines"
"github.com/spf13/cobra"
)