revert: yaml v2

This commit is contained in:
Skyxim
2022-05-14 23:36:19 +08:00
parent 5bd5f1bfda
commit 5016f529af
4 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
C "github.com/Dreamacro/clash/constant"
P "github.com/Dreamacro/clash/constant/provider"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
"runtime"
"time"
)