diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-22 20:11:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-22 20:12:34 +0700 |
| commit | 62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee (patch) | |
| tree | ecd71be835eea9fcadca2d1295c3f7dc9c11b371 /session.go | |
| parent | 4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0 (diff) | |
| download | awwan-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.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
