blob: 853d94bcfd9d23d8925c4c05b174694fe5a46f73 [file] [log] [blame]
module github.com/pkg/sftp
go 1.15
require (
github.com/kr/fs v0.1.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.1.0
)