fix: upgrade to yaml v3

This commit is contained in:
Dreamacro
2022-05-26 17:47:05 +08:00
committed by 世界
parent 15ecc451f3
commit a7f9aa909a
3 changed files with 2 additions and 3 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.v2"
"gopkg.in/yaml.v3"
"runtime"
"time"
)