ftp/go.mod

6 lines
84 B
Modula-2
Raw Normal View History

2019-10-14 21:14:25 +02:00
module github.com/jlaffaye/ftp
2020-07-08 08:20:38 +02:00
go 1.14
2019-10-14 21:14:25 +02:00
2020-07-08 08:20:38 +02:00
require github.com/stretchr/testify v1.6.1