1module fotff
2
3        go 1.19
4
5        require (
6        code.cloudfoundry.org/archiver v0.0.0-20221114120234-625eff81a7ef
7        github.com/Unknwon/goconfig v1.0.0
8        github.com/huandu/go-clone v1.4.1
9        github.com/jedib0t/go-pretty/v6 v6.4.3
10        github.com/patrickmn/go-cache v2.1.0+incompatible
11        github.com/pkg/sftp v1.13.5
12        github.com/sirupsen/logrus v1.9.0
13        github.com/spf13/cobra v1.6.1
14        golang.org/x/crypto v0.3.0
15        gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
16        )
17
18        require (
19        github.com/cyphar/filepath-securejoin v0.2.3 // indirect
20        github.com/inconshreveable/mousetrap v1.0.1 // indirect
21        github.com/kr/fs v0.1.0 // indirect
22        github.com/mattn/go-runewidth v0.0.13 // indirect
23        github.com/rivo/uniseg v0.2.0 // indirect
24        github.com/smartystreets/goconvey v1.7.2 // indirect
25        github.com/spf13/pflag v1.0.5 // indirect
26        golang.org/x/sys v0.2.0 // indirect
27        gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
28        )
29