aboutsummaryrefslogtreecommitdiff
path: root/session.go
diff options
context:
space:
mode:
Diffstat (limited to 'session.go')
-rw-r--r--session.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/session.go b/session.go
index f2b5a20..1abbab3 100644
--- a/session.go
+++ b/session.go
@@ -17,10 +17,10 @@ import (
"strings"
"text/template"
- "github.com/shuLhan/share/lib/ini"
- libos "github.com/shuLhan/share/lib/os"
- libexec "github.com/shuLhan/share/lib/os/exec"
- "github.com/shuLhan/share/lib/ssh/config"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/ini"
+ libos "git.sr.ht/~shulhan/pakakeh.go/lib/os"
+ libexec "git.sr.ht/~shulhan/pakakeh.go/lib/os/exec"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/sshconfig"
)
// Session manage environment and SSH client.
@@ -623,7 +623,7 @@ func (ses *Session) generatePaths() (err error) {
return nil
}
-func (ses *Session) initSSHClient(req *ExecRequest, sshSection *config.Section) (err error) {
+func (ses *Session) initSSHClient(req *ExecRequest, sshSection *sshconfig.Section) (err error) {
var (
logp = "initSSHClient"
lastIdentFile string