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