blob: bbdc5baee3baf438afd17a3638ae87568c67842f [file] [log] [blame]
module github.com/pkg/sftp
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
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-20200709230013-948cd5f35899
golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)