blob: 748562e86c9fdd5565d5002172fbb8ea16d54e92 [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.17.0
)