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_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_server.go') diff --git a/ssh_server.go b/ssh_server.go index 345d47f..c1b8c8a 100644 --- a/ssh_server.go +++ b/ssh_server.go @@ -11,8 +11,8 @@ import ( "strings" gliderSSH "github.com/gliderlabs/ssh" + "go.lindenii.runxiyu.org/forge/ansiec" "go.lindenii.runxiyu.org/forge/misc" - "go.lindenii.runxiyu.org/lindenii-common/ansiec" goSSH "golang.org/x/crypto/ssh" ) -- cgit v1.2.3