-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
32 lines (29 loc) · 1 KB
/
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
32
module github.com/macrat/ayd
go 1.20
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/dustin/go-humanize v1.0.1
github.com/goccy/go-json v0.10.5
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/jlaffaye/ftp v0.2.0
github.com/macrat/go-parallel-pinger v1.1.6
github.com/mattn/go-isatty v0.0.20
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/pflag v1.0.6
github.com/xuri/excelize/v2 v2.9.0
goftp.io/server v0.4.1
golang.org/x/sys v0.30.0
golang.org/x/text v0.22.0
)
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/xuri/efp v0.0.0-20241211021726-c4e992084aa6 // indirect
github.com/xuri/nfp v0.0.0-20250111060730-82a408b9aa71 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
)