From eff15a3a58dc97e270d38c1d5f071ccc4c2fd6db Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 12:08:09 +0200 Subject: fix module --- internal/repl/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/repl/handlers.go') diff --git a/internal/repl/handlers.go b/internal/repl/handlers.go index 6647f3d..b1d27bc 100644 --- a/internal/repl/handlers.go +++ b/internal/repl/handlers.go @@ -8,8 +8,8 @@ import ( "strconv" "strings" - "codeberg.org/snonux/perc/internal/perc" - "codeberg.org/snonux/perc/internal/rpn" + "codeberg.org/snonux/gt/internal/perc" + "codeberg.org/snonux/gt/internal/rpn" ) // CommandHandler represents a handler in the chain of responsibility pattern. -- cgit v1.2.3