added sftp client implementation
This commit is contained in:
parent
ad41ddbe54
commit
ce73f0472c
175 changed files with 28135 additions and 13 deletions
19
vendor/modules.txt
vendored
19
vendor/modules.txt
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue