mirror of
https://github.com/rclone/rclone.git
synced 2024-12-28 09:59:27 +01:00
c7eae60944
See upstream issue: https://gitea.com/goftp/server/issues/117
14 lines
415 B
Modula-2
14 lines
415 B
Modula-2
module goftp.io/server
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/jlaffaye/ftp v0.0.0-20190624084859-c1312a7102bf
|
|
github.com/minio/minio-go/v6 v6.0.46
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|