about summary refs log tree commit diff stats
path: root/internal/importer/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/importer/options.go')
-rw-r--r--internal/importer/options.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/importer/options.go b/internal/importer/options.go
index c26836e..290e2e3 100644
--- a/internal/importer/options.go
+++ b/internal/importer/options.go
@@ -5,8 +5,9 @@ import (
 	"io"
 	"log/slog"
 	"reflect"
-	"searchix/internal/config"
-	"searchix/internal/nix"
+
+	"go.alanpearce.eu/searchix/internal/config"
+	"go.alanpearce.eu/searchix/internal/nix"
 
 	"github.com/bcicen/jstream"
 	"github.com/mitchellh/mapstructure"