From 838438c67f8e2f496c751686546d9e0979535dc2 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Tue, 24 Dec 2024 02:25:54 +0300 Subject: [PATCH] added missing module --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index f47deb5..f247c5f 100644 --- a/main.go +++ b/main.go @@ -4,6 +4,7 @@ import ( "bufio" "fmt" "net/http" + "net/url" "os" "os/exec" "strconv"