2024-11-18 17:56:36 +08:00
|
|
|
module sylixos-uploader
|
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/jlaffaye/ftp v0.2.0
|
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|
2024-11-18 19:39:07 +08:00
|
|
|
|
|
|
|
replace github.com/jlaffaye/ftp => github.com/go-sylixos/ftp v0.2.1
|