chore: switch to our own common/orderedmap package, remove two unneeded json dependence

This commit is contained in:
wwqgtxx
2026-01-17 13:49:34 +08:00
parent 828fd30dc3
commit 993595df73
13 changed files with 1845 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ import (
"github.com/metacubex/mihomo/adapter/outbound"
"github.com/metacubex/mihomo/adapter/outboundgroup"
"github.com/metacubex/mihomo/adapter/provider"
"github.com/metacubex/mihomo/common/orderedmap"
"github.com/metacubex/mihomo/common/utils"
"github.com/metacubex/mihomo/common/yaml"
"github.com/metacubex/mihomo/component/auth"
@@ -38,7 +39,6 @@ import (
RW "github.com/metacubex/mihomo/rules/wrapper"
T "github.com/metacubex/mihomo/tunnel"
orderedmap "github.com/wk8/go-ordered-map/v2"
"golang.org/x/exp/slices"
)