summaryrefslogtreecommitdiff
path: root/internal/hexaicli
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexaicli')
-rw-r--r--internal/hexaicli/run.go6
-rw-r--r--internal/hexaicli/testhelpers_test.go2
2 files changed, 4 insertions, 4 deletions
diff --git a/internal/hexaicli/run.go b/internal/hexaicli/run.go
index 14eff4f..7471816 100644
--- a/internal/hexaicli/run.go
+++ b/internal/hexaicli/run.go
@@ -12,9 +12,9 @@ import (
"strings"
"time"
- "hexai/internal/appconfig"
- "hexai/internal/llm"
- "hexai/internal/logging"
+ "codeberg.org/snonux/hexai/internal/appconfig"
+ "codeberg.org/snonux/hexai/internal/llm"
+ "codeberg.org/snonux/hexai/internal/logging"
)
// Run executes the Hexai CLI behavior given arguments and I/O streams.
diff --git a/internal/hexaicli/testhelpers_test.go b/internal/hexaicli/testhelpers_test.go
index bd3c3dd..97b531d 100644
--- a/internal/hexaicli/testhelpers_test.go
+++ b/internal/hexaicli/testhelpers_test.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"
- "hexai/internal/llm"
+ "codeberg.org/snonux/hexai/internal/llm"
)
// setStdin sets os.Stdin from a string and returns a restore func and reader.