mirror of
https://gitee.com/sjqzhang/go-fastdfs.git
synced 2024-12-02 03:08:11 +08:00
35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
module github.com/sjqzhang/go-fastdfs
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
|
|
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
|
github.com/deckarep/golang-set v1.7.1
|
|
github.com/esap/wechat v1.1.0
|
|
github.com/eventials/go-tus v0.0.0-20200718001131-45c7ec8f5d59
|
|
github.com/garyburd/redigo v1.6.2
|
|
github.com/go-ole/go-ole v1.2.5
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/json-iterator/go v1.1.11
|
|
github.com/lhtzbj12/sdrms v0.0.0-20190701115710-2b304003159e
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/shirou/gopsutil v3.21.5+incompatible
|
|
github.com/shirou/gopsutil/v3 v3.21.4
|
|
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.2
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
go.uber.org/automaxprocs v1.4.0
|
|
golang.org/x/sys v0.0.0-20210217105451-b926d437f341
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
gopkg.in/Acconut/lockfile.v1 v1.1.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|