We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7449e commit 2c106d5Copy full SHA for 2c106d5
2 files changed
core/src/main/golang/go.mod
@@ -6,7 +6,6 @@ require (
6
github.com/dlclark/regexp2 v1.11.5
7
github.com/metacubex/mihomo v1.7.0
8
golang.org/x/sync v0.11.0
9
- gopkg.in/yaml.v3 v3.0.1
10
)
11
12
replace github.com/metacubex/mihomo => ../../foss/golang/clash
@@ -109,4 +108,5 @@ require (
109
108
golang.org/x/time v0.10.0 // indirect
110
golang.org/x/tools v0.24.0 // indirect
111
google.golang.org/protobuf v1.34.2 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
112
core/src/main/golang/native/config/load.go
@@ -6,10 +6,9 @@ import (
"runtime"
"strings"
- "gopkg.in/yaml.v3"
-
"cfa/native/app"
+ "github.com/metacubex/mihomo/common/yaml"
13
"github.com/metacubex/mihomo/config"
14
"github.com/metacubex/mihomo/hub"
15
"github.com/metacubex/mihomo/log"
0 commit comments