-
Notifications
You must be signed in to change notification settings - Fork 747
/
go.mod
38 lines (35 loc) · 1.57 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
37
38
module github.com/sjqzhang/go-fastdfs
go 1.17
require (
github.com/astaxie/beego v1.12.3
github.com/deckarep/golang-set v1.7.1
github.com/eventials/go-tus v0.0.0-20200718001131-45c7ec8f5d59
github.com/json-iterator/go v1.1.12
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/radovskyb/watcher v1.0.7
github.com/shirou/gopsutil/v3 v3.23.3
github.com/sjqzhang/googleAuthenticator v0.0.0-20160926062737-f198f070e0b1
github.com/sjqzhang/goutil v0.0.0-20200618044433-2319148e0a46
github.com/sjqzhang/seelog v0.0.0-20180104061743-556439109558
github.com/sjqzhang/tusd v0.11.3
github.com/spf13/cobra v1.1.3
github.com/syndtr/goleveldb v1.0.0
)
require (
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/Acconut/lockfile.v1 v1.1.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)