mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 10:33:11 +00:00
15 lines
360 B
AMPL
15 lines
360 B
AMPL
module github.com/tiger1103/gfast/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/casbin/casbin/v2 v2.42.0
|
|
github.com/gogf/gf/v2 v2.0.3
|
|
github.com/mojocn/base64Captcha v1.3.5
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/tiger1103/gfast-cache v0.0.6
|
|
github.com/tiger1103/gfast-token v0.0.4
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 v2.0.3 => github.com/tiger1103/gf/v2 v2.0.4
|