chore: hello mihomo

This commit is contained in:
wwqgtxx
2023-11-03 21:01:45 +08:00
parent 8c3557e96b
commit 17c9d507be
325 changed files with 1297 additions and 1315 deletions

View File

@@ -7,7 +7,7 @@ import (
"sort"
"strings"
"github.com/Dreamacro/clash/common/utils"
"github.com/metacubex/mihomo/common/utils"
"github.com/openacid/low/bitmap"
)

View File

@@ -3,7 +3,7 @@ package trie_test
import (
"testing"
"github.com/Dreamacro/clash/component/trie"
"github.com/metacubex/mihomo/component/trie"
"github.com/stretchr/testify/assert"
)

View File

@@ -4,7 +4,7 @@ import (
"net/netip"
"testing"
"github.com/Dreamacro/clash/component/trie"
"github.com/metacubex/mihomo/component/trie"
"github.com/stretchr/testify/assert"
)

View File

@@ -3,7 +3,7 @@ package trie
import (
"net"
"github.com/Dreamacro/clash/log"
"github.com/metacubex/mihomo/log"
)
type IPV6 bool