added sftp client implementation

This commit is contained in:
ston1th 2022-04-02 20:05:07 +02:00
commit ce73f0472c
175 changed files with 28135 additions and 13 deletions

19
vendor/modules.txt vendored
View file

@ -1,6 +1,24 @@
# github.com/go-logr/logr v1.2.2
## explicit; go 1.16
github.com/go-logr/logr
# github.com/kr/fs v0.1.0
## explicit
github.com/kr/fs
# github.com/pkg/sftp v1.13.4
## explicit; go 1.15
github.com/pkg/sftp
github.com/pkg/sftp/internal/encoding/ssh/filexfer
# golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
## explicit; go 1.17
golang.org/x/crypto/blowfish
golang.org/x/crypto/chacha20
golang.org/x/crypto/curve25519
golang.org/x/crypto/curve25519/internal/field
golang.org/x/crypto/ed25519
golang.org/x/crypto/internal/poly1305
golang.org/x/crypto/internal/subtle
golang.org/x/crypto/ssh
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
# golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7
## explicit; go 1.18
golang.org/x/exp/constraints
@ -12,6 +30,7 @@ golang.org/x/net/webdav
golang.org/x/net/webdav/internal/xml
# golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
## explicit; go 1.17
golang.org/x/sys/cpu
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
# k8s.io/klog/v2 v2.40.1