go-fastdfs/go.mod
2021-05-18 14:37:12 +08:00

24 lines
936 B
Modula-2

module github.com/sjqzhang/go-fastdfs
go 1.16
require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/astaxie/beego v1.12.3
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/eventials/go-tus v0.0.0-20200718001131-45c7ec8f5d59
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/json-iterator/go v1.1.11
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/radovskyb/watcher v1.0.7
github.com/shirou/gopsutil v3.21.4+incompatible
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.0.0-20190220031306-a6a9d78ef54a
github.com/spf13/cobra v1.1.3
github.com/syndtr/goleveldb v1.0.0
go.uber.org/automaxprocs v1.4.0
)