blob: 5a4d7784400d4abfb341205d83ecf7aef459d77e [file] [log] [blame]
module github.com/pkg/sftp
go 1.15
require (
github.com/kr/fs v0.1.0
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
)