about summary refs log tree commit diff stats
path: root/internal/fetcher/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fetcher/http.go')
-rw-r--r--internal/fetcher/http.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/fetcher/http.go b/internal/fetcher/http.go
index 1a47f11..c848dc9 100644
--- a/internal/fetcher/http.go
+++ b/internal/fetcher/http.go
@@ -6,10 +6,11 @@ import (
 	"io"
 	"log/slog"
 	"net/http"
-	"searchix/internal/config"
 	"strings"
 	"time"
 
+	"go.alanpearce.eu/searchix/internal/config"
+
 	"github.com/andybalholm/brotli"
 	"github.com/pkg/errors"
 )