sftp/go.mod

12 lines
261 B
Modula-2
Raw Normal View History

2019-08-26 09:35:08 +08:00
module github.com/pkg/sftp
2021-01-20 20:57:40 +08:00
go 1.14
2019-08-26 09:35:08 +08:00
require (
github.com/kr/fs v0.1.0
2020-07-25 03:02:01 +08:00
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
2021-01-20 20:57:40 +08:00
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
2019-08-26 09:35:08 +08:00
)