added missing module

This commit is contained in:
nomadics9 2024-12-24 02:25:54 +03:00
parent 1ab21b76dc
commit 838438c67f

View file

@ -4,6 +4,7 @@ import (
"bufio" "bufio"
"fmt" "fmt"
"net/http" "net/http"
"net/url"
"os" "os"
"os/exec" "os/exec"
"strconv" "strconv"