diff --git a/redirect_nftables_rules.go b/redirect_nftables_rules.go index 1b9af3c..dddd9c6 100644 --- a/redirect_nftables_rules.go +++ b/redirect_nftables_rules.go @@ -11,9 +11,8 @@ import ( "github.com/sagernet/nftables/expr" "github.com/sagernet/nftables/userdata" "github.com/sagernet/sing/common" - "github.com/sagernet/sing/common/ranges" - E "github.com/sagernet/sing/common/exceptions" + "github.com/sagernet/sing/common/ranges" "golang.org/x/exp/slices" "golang.org/x/sys/unix" diff --git a/redirect_route_linux.go b/redirect_route_linux.go index db79cac..7e0868c 100644 --- a/redirect_route_linux.go +++ b/redirect_route_linux.go @@ -8,9 +8,9 @@ import ( "net/netip" "github.com/sagernet/netlink" - E "github.com/sagernet/sing/common/exceptions" "github.com/sagernet/sing/common" "github.com/sagernet/sing/common/control" + E "github.com/sagernet/sing/common/exceptions" "golang.org/x/sys/unix" )