diff options
Diffstat (limited to 'ssh_utils.go')
-rw-r--r-- | ssh_utils.go | 2 |
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") |