mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 18:37:41 +00:00
16 lines
431 B
AMPL
16 lines
431 B
AMPL
module gfast
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/casbin/casbin/v2 v2.1.2
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/goflyfox/gtoken v1.3.14
|
|
github.com/gogf/gf v1.11.7
|
|
github.com/mojocn/base64Captcha v1.3.0
|
|
github.com/mssola/user_agent v0.5.1
|
|
github.com/shirou/gopsutil v2.20.2+incompatible
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
)
|
|
|
|
go 1.14
|