module goftp.io/server/v2

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
)
