2021-05-15 15:49:06 +08:00
|
|
|
module github.com/sjqzhang/go-fastdfs
|
|
|
|
|
2023-04-09 12:09:32 +08:00
|
|
|
go 1.17
|
2021-05-15 15:49:06 +08:00
|
|
|
|
|
|
|
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
|
2022-06-17 15:16:45 +08:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2021-05-15 15:49:06 +08:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
|
|
github.com/radovskyb/watcher v1.0.7
|
2023-04-08 22:11:31 +08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.3
|
2021-05-15 15:49:06 +08:00
|
|
|
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
|
2022-06-17 15:16:45 +08:00
|
|
|
github.com/sjqzhang/tusd v0.11.3
|
2021-05-17 13:12:07 +08:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-05-15 15:49:06 +08:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
|
|
)
|
2024-09-18 09:30:47 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|