From 369cb0d3b665dd1d98d3842dd02f922660709f30 Mon Sep 17 00:00:00 2001 From: Adnan Hajdarevic Date: Thu, 19 Nov 2020 21:28:57 +0100 Subject: [PATCH] wip --- internal/hook/hook.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/hook/hook.go b/internal/hook/hook.go index bb7033b..4268569 100644 --- a/internal/hook/hook.go +++ b/internal/hook/hook.go @@ -17,7 +17,9 @@ import ( "log" "math" "net" + "net/http" "net/textproto" + "net/url" "os" "reflect" "regexp"