refactor: update utls errlog import

This commit is contained in:
2026-06-20 19:04:01 +02:00
committed by Milas Holsting
parent 353adb3eed
commit 734b59f760

View File

@@ -3,7 +3,7 @@ package netutil
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"mal/pkg/errlog" errlog "mal/pkg"
"net" "net"
"net/http" "net/http"
"time" "time"