server/go.mod
Lunny Xiao 1ca46bd1b3
Some checks failed
continuous-integration/drone/push Build is failing
Fix bug when not use ListenAndServe (#110)
Fix bug when not use ListenAndServe

Reviewed-on: #110
2020-04-18 05:10:37 +00:00

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
)