2019-10-14 21:14:25 +02:00
|
|
|
module github.com/jlaffaye/ftp
|
|
|
|
|
2022-02-28 20:13:24 -05:00
|
|
|
go 1.17
|
2019-10-14 21:14:25 +02:00
|
|
|
|
2022-02-28 20:13:24 -05:00
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-12-21 17:33:01 -05:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-02-28 20:13:24 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-06-29 15:39:38 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-02-28 20:13:24 -05:00
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-06-10 16:37:09 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-02-28 20:13:24 -05:00
|
|
|
)
|