providers/http: Fix fmt not being imported

This commit is contained in:
Sasha Koshka 2025-07-07 07:49:34 -04:00
parent a377995a5b
commit 64fb80734d

View File

@ -1,5 +1,6 @@
package http
import "fmt"
import "log"
import "time"
import "net/url"