From 2e45975ea9c129aff5cd12f6532b19033f47cbe3 Mon Sep 17 00:00:00 2001 From: xvzc Date: Tue, 3 Sep 2024 16:16:15 +0900 Subject: [PATCH] fix: remove unused imports --- proxy/handler/http.go | 1 - proxy/handler/https.go | 1 - 2 files changed, 2 deletions(-) diff --git a/proxy/handler/http.go b/proxy/handler/http.go index 4545c21..3ad9fe1 100644 --- a/proxy/handler/http.go +++ b/proxy/handler/http.go @@ -4,7 +4,6 @@ import ( "context" "net" "strconv" - "time" "github.com/xvzc/SpoofDPI/packet" "github.com/xvzc/SpoofDPI/util" diff --git a/proxy/handler/https.go b/proxy/handler/https.go index 80020db..f20c498 100644 --- a/proxy/handler/https.go +++ b/proxy/handler/https.go @@ -5,7 +5,6 @@ import ( "net" "regexp" "strconv" - "time" "github.com/xvzc/SpoofDPI/packet" "github.com/xvzc/SpoofDPI/util"