This commit is contained in:
bfu4 2021-11-18 20:07:30 -05:00
parent db73e3ba2b
commit 23b99eba9c
No known key found for this signature in database
GPG Key ID: FD1D952871D22043
18 changed files with 18 additions and 18 deletions

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"io"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"context"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"context"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import "testing"

2
doc.go

@ -42,4 +42,4 @@ exposed to you via the Session interface.
The one big feature missing from the Session abstraction is signals. This was
started, but not completed. Pull Requests welcome!
*/
package ssh
package glider_ssh

@ -1,4 +1,4 @@
package ssh_test
package glider_ssh_test
import (
"io"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"io/ioutil"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"net"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"context"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"bytes"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"bytes"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"bytes"

2
ssh.go

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"crypto/subtle"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"testing"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"io"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"bytes"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import (
"crypto/rand"

@ -1,4 +1,4 @@
package ssh
package glider_ssh
import gossh "golang.org/x/crypto/ssh"