rename Go module paths to beos

This commit is contained in:
2026-03-10 08:05:41 +01:00
parent 1fdbd67a1b
commit 506cb1902d
621 changed files with 2213 additions and 2214 deletions

View File

@@ -6,8 +6,8 @@ import (
"log"
"strings"
"github.com/beclab/Olares/cli/pkg/utils"
"github.com/beclab/Olares/framework/app-service/api/sys.bytetrade.io/v1alpha1"
"github.com/beclab/beos/cli/pkg/utils"
"github.com/beclab/beos/framework/app-service/api/sys.bytetrade.io/v1alpha1"
"github.com/pkg/errors"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/validation"