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/repl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/repl/repl_test.go') diff --git a/internal/repl/repl_test.go b/internal/repl/repl_test.go index 613bc36..3abb664 100644 --- a/internal/repl/repl_test.go +++ b/internal/repl/repl_test.go @@ -7,7 +7,7 @@ import ( "strings" "testing" - "codeberg.org/snonux/perc/internal/rpn" + "codeberg.org/snonux/gt/internal/rpn" "github.com/c-bata/go-prompt" ) -- cgit v1.2.3