-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
23 lines (20 loc) · 969 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/spreadshirt/f3
go 1.17
require (
github.com/aws/aws-sdk-go v1.17.10
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9 // indirect
github.com/goftp/server v0.0.0-20190304020633-eabccc535b5a
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jlaffaye/ftp v0.0.0-20190126081051-8019e6774408 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.3.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 // indirect
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
golang.org/x/sys v0.0.0-20190305064518-30e92a19ae4a // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
)
require github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect