-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (31 loc) · 1.09 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (31 loc) · 1.09 KB
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
33
34
35
module 115
go 1.23
toolchain go1.23.4
require (
github.com/SheltonZhu/115driver v1.0.32
github.com/aead/ecdh v0.2.0
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/andreburgaud/crypt2go v1.8.0
github.com/cheggaaa/pb/v3 v3.1.5
github.com/chzyer/readline v1.5.1
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/fatih/color v1.18.0
github.com/orzogc/fake115uploader v0.6.2
github.com/pierrec/lz4/v4 v4.1.22
github.com/valyala/fastjson v1.6.4
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/time v0.8.0 // indirect
)