ftp/go.mod

16 lines
335 B
Modula-2
Raw Permalink Normal View History

2024-12-27 22:58:57 +01:00
module git.siteop.biz/brouzouf/ftp
2019-10-14 21:14:25 +02:00
2024-12-27 22:58:57 +01:00
go 1.23.2
2019-10-14 21:14:25 +02:00
require (
github.com/hashicorp/go-multierror v1.1.1
2024-12-27 22:58:57 +01:00
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)