aboutsummaryrefslogtreecommitdiff
path: root/ssh_utils.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 19:07:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 19:07:57 +0800
commit3e268d10876cdb4c3a10b5b19df40f9273ff8f19 (patch)
treea16ecfbac2f15d7b2128cdff9c0a05a44f74afea /ssh_utils.go
parentBump dependencies (diff)
downloadforge-3e268d10876cdb4c3a10b5b19df40f9273ff8f19.tar.gz
forge-3e268d10876cdb4c3a10b5b19df40f9273ff8f19.tar.zst
forge-3e268d10876cdb4c3a10b5b19df40f9273ff8f19.zip
ansiec: Move ansi escape codes to this module
Diffstat (limited to 'ssh_utils.go')
-rw-r--r--ssh_utils.go2
1 files changed, 1 insertions, 1 deletions
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")