mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 18:37:41 +00:00
12 lines
215 B
AMPL
12 lines
215 B
AMPL
module gfast
|
|
|
|
require (
|
|
github.com/casbin/casbin/v2 v2.1.2
|
|
github.com/goflyfox/gtoken v1.3.11
|
|
github.com/gogf/gf v1.11.5
|
|
github.com/mojocn/base64Captcha v1.3.0
|
|
github.com/mssola/user_agent v0.5.1
|
|
)
|
|
|
|
go 1.14
|