fix: remove unused imports

This commit is contained in:
xvzc 2024-09-03 16:16:15 +09:00
parent 46acc0834c
commit 2e45975ea9
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import (
"context" "context"
"net" "net"
"strconv" "strconv"
"time"
"github.com/xvzc/SpoofDPI/packet" "github.com/xvzc/SpoofDPI/packet"
"github.com/xvzc/SpoofDPI/util" "github.com/xvzc/SpoofDPI/util"

View File

@ -5,7 +5,6 @@ import (
"net" "net"
"regexp" "regexp"
"strconv" "strconv"
"time"
"github.com/xvzc/SpoofDPI/packet" "github.com/xvzc/SpoofDPI/packet"
"github.com/xvzc/SpoofDPI/util" "github.com/xvzc/SpoofDPI/util"