aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-11 15:49:57 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-11 15:49:57 -0400
commit51936d969e9469b30c04fec46ef5582d0e52b766 (patch)
treed078da5fba6eff4d0aece1a24d4676e93528a490
parent6d9e7ca21637a46e643c88ff8c74e884ae908ceb (diff)
downloadhose-51936d969e9469b30c04fec46ef5582d0e52b766.zip
fmt
-rw-r--r--handshake.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handshake.go b/handshake.go
index aff5fa2..66fed12 100644
--- a/handshake.go
+++ b/handshake.go
@@ -7,9 +7,9 @@ import (
"io"
"net"
- "git.samanthony.xyz/hose/util"
"git.samanthony.xyz/hose/hosts"
"git.samanthony.xyz/hose/key"
+ "git.samanthony.xyz/hose/util"
)
// handshake exchanges public keys with a remote host.