From b2a6a6a1acd92a2a5d4c0a6b5914da5b73bad44d Mon Sep 17 00:00:00 2001 From: kr328 Date: Tue, 16 Nov 2021 19:59:34 +0800 Subject: [PATCH] Chore: update tun2socket --- core/src/main/golang/native/tun/tun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/golang/native/tun/tun.go b/core/src/main/golang/native/tun/tun.go index f3dc82c6..ea4c266f 100644 --- a/core/src/main/golang/native/tun/tun.go +++ b/core/src/main/golang/native/tun/tun.go @@ -8,7 +8,7 @@ import ( "strconv" "time" - "github.com/kr328/tun2socket" + "github.com/Kr328/tun2socket" "github.com/Dreamacro/clash/adapter/inbound" "github.com/Dreamacro/clash/common/pool"