From 66ac355da8d1be7c5f2d3ac364a22694d577cd5b Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Fri, 29 Nov 2024 19:42:59 -0800 Subject: [PATCH] fix: remove redundant error import --- internal/dnsproxy/proxy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/dnsproxy/proxy.go b/internal/dnsproxy/proxy.go index d8131918..d29d7127 100644 --- a/internal/dnsproxy/proxy.go +++ b/internal/dnsproxy/proxy.go @@ -7,7 +7,6 @@ import ( "github.com/miekg/dns" "github.com/patrickmn/go-cache" - "github.com/pkg/errors" "github.com/sirupsen/logrus" )