-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
36 lines (32 loc) · 1.08 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
33
34
35
36
module github.com/isayme/aliyundrive-webdav
go 1.18
require (
github.com/go-resty/resty/v2 v2.7.0
github.com/isayme/go-logger v0.3.0
github.com/isayme/go-ora v0.0.0-20230825132613-932847f4ef97
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.3.0
golang.org/x/net v0.14.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/briandowns/spinner v1.23.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/term v0.11.0 // indirect
)
require (
github.com/boltdb/bolt v1.3.1
github.com/dghubble/trie v0.0.0-20230729160116-2bc358f28a8b
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/isayme/go-alipanopen v0.4.2
github.com/isayme/go-config v0.1.0
github.com/mdp/qrterminal/v3 v3.1.1
github.com/rs/zerolog v1.26.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.11.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
rsc.io/qr v0.2.0 // indirect
)