module fotff
go 1.19
require (
code.cloudfoundry.org/archiver v0.0.0-20221114120234-625eff81a7ef
github.com/Unknwon/goconfig v1.0.0
github.com/huandu/go-clone v1.4.1
github.com/jedib0t/go-pretty/v6 v6.4.3
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/sftp v1.13.5
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.3.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)