chore: transferred to daeuniverse

This commit is contained in:
mzz2017
2023-03-14 15:01:55 +08:00
parent a6c2a077db
commit e2964ee6aa
119 changed files with 272 additions and 274 deletions

View File

@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, v2rayA Organization <team@v2raya.org>
* Copyright (c) 2022-2023, daeuniverse Organization <dae@v2raya.org>
*/
package cmd
@ -8,7 +8,7 @@ package cmd
import (
"fmt"
"github.com/spf13/cobra"
"github.com/v2rayA/dae/config"
"github.com/daeuniverse/dae/config"
)
var (

View File

@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, v2rayA Organization <team@v2raya.org>
* Copyright (c) 2023, daeuniverse Organization <dae@v2raya.org>
*/
package cmd
@ -8,7 +8,7 @@ package cmd
import (
"fmt"
"github.com/spf13/cobra"
"github.com/v2rayA/dae/cmd/internal"
"github.com/daeuniverse/dae/cmd/internal"
"os"
"strconv"
"strings"

View File

@ -6,12 +6,12 @@ import (
"github.com/okzk/sdnotify"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/v2rayA/dae/cmd/internal"
"github.com/v2rayA/dae/common/subscription"
"github.com/v2rayA/dae/config"
"github.com/v2rayA/dae/control"
"github.com/v2rayA/dae/pkg/config_parser"
"github.com/v2rayA/dae/pkg/logger"
"github.com/daeuniverse/dae/cmd/internal"
"github.com/daeuniverse/dae/common/subscription"
"github.com/daeuniverse/dae/config"
"github.com/daeuniverse/dae/control"
"github.com/daeuniverse/dae/pkg/config_parser"
"github.com/daeuniverse/dae/pkg/logger"
"os"
"os/signal"
"path/filepath"

View File

@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, v2rayA Organization <team@v2raya.org>
* Copyright (c) 2023, daeuniverse Organization <dae@v2raya.org>
*/
package cmd
@ -8,7 +8,7 @@ package cmd
import (
"fmt"
"github.com/spf13/cobra"
"github.com/v2rayA/dae/cmd/internal"
"github.com/daeuniverse/dae/cmd/internal"
"os"
"strconv"
"strings"

View File

@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, v2rayA Organization <team@v2raya.org>
* Copyright (c) 2022-2023, daeuniverse Organization <dae@v2raya.org>
*/
package cmd