aboutsummaryrefslogtreecommitdiffstats
path: root/handshake.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-11 13:56:59 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-11 13:56:59 -0400
commit434434f6fa361daf599f6e7a35aa3b85a664a17f (patch)
tree1aad8173426605879c97c2fb6ebcc1333f2c2150 /handshake.go
parentedfc79c2ab492d9e147da0c34bd1a2a68df43a72 (diff)
downloadhose-434434f6fa361daf599f6e7a35aa3b85a664a17f.zip
fix imports
Diffstat (limited to 'handshake.go')
-rw-r--r--handshake.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/handshake.go b/handshake.go
index bbd100c..9c7f1b2 100644
--- a/handshake.go
+++ b/handshake.go
@@ -1,9 +1,9 @@
package main
import (
- "golang/org/x/sync/errgroup"
+ "golang.org/x/sync/errgroup"
- "key"
+ "git.samanthony.xyz/hose/key"
)
// handshake exchanges public keys with a remote host.