mirror of
https://github.com/rclone/rclone.git
synced 2024-11-28 03:14:55 +01:00
11 lines
196 B
Modula-2
11 lines
196 B
Modula-2
module github.com/pkg/sftp
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
|
)
|