chore: move package domain to alin.ovh
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M internal/fetcher/http/http.go → internal/fetcher/http/http.go
@@ -8,11 +8,11 @@ "net/http" "strings" "time" - "go.alanpearce.eu/searchix/internal/config" + "alin.ovh/searchix/internal/config" + "alin.ovh/x/log" "github.com/andybalholm/brotli" "gitlab.com/tozd/go/errors" - "go.alanpearce.eu/x/log" ) type brotliReadCloser struct {