| module github.com/pkg/sftp | |
| go 1.15 | |
| require ( | |
| github.com/kr/fs v0.1.0 | |
| github.com/pkg/errors v0.9.1 | |
| github.com/stretchr/testify v1.7.0 | |
| golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b | |
| golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect | |
| ) |