aboutsummaryrefslogtreecommitdiff
path: root/session.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-22 20:11:57 +0700
committerShulhan <ms@kilabit.info>2024-03-22 20:12:34 +0700
commit62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee (patch)
treeecd71be835eea9fcadca2d1295c3f7dc9c11b371 /session.go
parent4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0 (diff)
downloadawwan-62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee.tar.xz
all: replace module "share" with "pakakeh.go"
The "share" project has been moved to SourceHut with new name "pakakeh.go".
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