2019-06-22 22:05:39 +08:00
|
|
|
module github.com/gogf/gf
|
2019-07-08 11:37:02 +08:00
|
|
|
|
2019-12-04 17:50:03 +08:00
|
|
|
go 1.11
|
2019-09-26 15:54:13 +08:00
|
|
|
|
2019-08-01 14:07:25 +08:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/clbanning/mxj v1.8.4
|
|
|
|
github.com/fatih/structs v1.1.0
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2019-09-24 20:19:18 +08:00
|
|
|
github.com/gf-third/yaml v1.0.1
|
2020-03-08 00:17:42 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2019-08-01 14:07:25 +08:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2019-11-06 20:22:20 +08:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-09-11 21:19:45 +08:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2019-09-24 20:19:18 +08:00
|
|
|
github.com/grokify/html-strip-tags-go v0.0.0-20190921062105-daaa06bf1aaf
|
2019-12-04 17:36:31 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.7 // indirect
|
2019-08-01 14:07:25 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2019-12-04 17:36:31 +08:00
|
|
|
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
|
2019-08-01 14:07:25 +08:00
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
)
|