From 3e268d10876cdb4c3a10b5b19df40f9273ff8f19 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 19:07:57 +0800 Subject: ansiec: Move ansi escape codes to this module --- ssh_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_utils.go') diff --git a/ssh_utils.go b/ssh_utils.go index 54e9cb0..476fc31 100644 --- a/ssh_utils.go +++ b/ssh_utils.go @@ -10,7 +10,7 @@ import ( "io" "net/url" - "go.lindenii.runxiyu.org/lindenii-common/ansiec" + "go.lindenii.runxiyu.org/forge/ansiec" ) var errIllegalSSHRepoPath = errors.New("illegal SSH repo path") -- cgit v1.2.3