blob: 5f0f180489dad2a5d0da0ec7736c8ecbdbfd40d9 [file] [log] [blame]
module github.com/pkg/sftp
go 1.13
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-20200820211705-5c72a883971a
)