|
module github.com/pkg/sftp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
)
|