-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (27 loc) · 952 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
24
25
26
27
28
29
30
31
module github.com/azryve/xtproxy
go 1.22.4
toolchain go1.22.6
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/fclairamb/afero-s3 v0.3.1
github.com/fclairamb/ftpserverlib v0.24.1
github.com/hairyhenderson/go-fsimpl v0.1.7
github.com/pin/tftp v2.1.0+incompatible
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/studio-b12/gowebdav v0.9.0
golang.org/x/net v0.26.0
golang.org/x/sync v0.8.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fclairamb/go-log v0.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)