From 48ee61781fc017f7abbf8f624e69cec3f762ba7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 21 Nov 2024 18:12:26 +0800 Subject: [PATCH] Rename module --- tun.go | 2 +- tun_darwin.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tun.go b/tun.go index 6c7020b..0194c93 100644 --- a/tun.go +++ b/tun.go @@ -1,7 +1,6 @@ package tun import ( - "github.com/sagernet/sing/common/control" "io" "net" "net/netip" @@ -9,6 +8,7 @@ import ( "strconv" "strings" + "github.com/sagernet/sing/common/control" F "github.com/sagernet/sing/common/format" "github.com/sagernet/sing/common/logger" M "github.com/sagernet/sing/common/metadata" diff --git a/tun_darwin.go b/tun_darwin.go index e3f39e5..b7f8aa7 100644 --- a/tun_darwin.go +++ b/tun_darwin.go @@ -3,13 +3,13 @@ package tun import ( "errors" "fmt" - "github.com/sagernet/sing-tun/internal/gtcpip/header" "net" "net/netip" "os" "syscall" "unsafe" + "github.com/sagernet/sing-tun/internal/gtcpip/header" "github.com/sagernet/sing/common" "github.com/sagernet/sing/common/buf" "github.com/sagernet/sing/common/bufio"