mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-23 18:58:07 +00:00
26 lines
946 B
AMPL
26 lines
946 B
AMPL
module github.com/tiger1103/gfast/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
|
|
github.com/casbin/casbin/v2 v2.42.0
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.6.2
|
|
github.com/gogf/gf/contrib/nosql/redis/v2 v2.6.2
|
|
github.com/gogf/gf/v2 v2.6.2
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/grokify/html-strip-tags-go v0.1.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.6
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/rivo/uniseg v0.4.6 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.23.2
|
|
github.com/tiger1103/gfast-cache v1.0.4
|
|
github.com/tiger1103/gfast-token v1.0.6
|
|
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|