aboutsummaryrefslogtreecommitdiff
path: root/internal/unsorted/ssh_server.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 09:26:46 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 09:27:53 +0800
commitda1d8f4e7c332c7109427915e6459b10209cedce (patch)
tree280b921be3b51f93d82d916b4eaa89387b7102cc /internal/unsorted/ssh_server.go
parentgit2c, git2d: Rename cmd1 and cmd2 descriptively (diff)
downloadforge-0.1.32.tar.gz
forge-0.1.32.tar.zst
forge-0.1.32.zip
Move the Go stuff to ./forged/v0.1.32
Diffstat (limited to '')
-rw-r--r--forged/internal/unsorted/ssh_server.go (renamed from internal/unsorted/ssh_server.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/unsorted/ssh_server.go b/forged/internal/unsorted/ssh_server.go
index eb4d09d..43cc0c4 100644
--- a/internal/unsorted/ssh_server.go
+++ b/forged/internal/unsorted/ssh_server.go
@@ -11,8 +11,8 @@ import (
"strings"
gliderSSH "github.com/gliderlabs/ssh"
- "go.lindenii.runxiyu.org/forge/internal/ansiec"
- "go.lindenii.runxiyu.org/forge/internal/misc"
+ "go.lindenii.runxiyu.org/forge/forged/internal/ansiec"
+ "go.lindenii.runxiyu.org/forge/forged/internal/misc"
goSSH "golang.org/x/crypto/ssh"
)