mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 18:20:47 +00:00
28 lines
1005 B
Go
28 lines
1005 B
Go
module gfast
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.0 // indirect
|
|
github.com/casbin/casbin/v2 v2.31.9
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/goflyfox/gtoken v1.4.5
|
|
github.com/gogf/gcache-adapter v0.1.2
|
|
github.com/gogf/gf v1.16.6
|
|
github.com/gogf/swagger v1.3.0
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
github.com/mozillazg/go-httpheader v0.3.0 // indirect
|
|
github.com/mssola/user_agent v0.5.1
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/shirou/gopsutil v3.21.6+incompatible
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.27
|
|
github.com/tklauser/go-sysconf v0.3.7 // indirect
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|
|
|
|
replace github.com/goflyfox/gtoken v1.4.5 => github.com/tiger1103/gtoken v1.4.8
|
|
|
|
go 1.16
|