From f3d1de077e9d1cd82b2b49067f17473fec6cecdd Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 17 Mar 2022 12:26:43 +0800 Subject: [PATCH] [Fix] Parse --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.go b/config/config.go index 4693d79d..25504803 100644 --- a/config/config.go +++ b/config/config.go @@ -28,6 +28,8 @@ import ( "github.com/Dreamacro/clash/dns" "github.com/Dreamacro/clash/log" T "github.com/Dreamacro/clash/tunnel" + + "gopkg.in/yaml.v2" ) // General config