2019-06-22 22:05:39 +08:00
|
|
|
module github.com/gogf/gf
|
2019-07-08 11:37:02 +08:00
|
|
|
|
2019-09-26 15:54:13 +08:00
|
|
|
go 1.10
|
|
|
|
|
|
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
|
|
|
|
|
github.com/gf-third/mysql v1.4.2
|
2019-09-24 20:19:18 +08:00
|
|
|
github.com/gf-third/yaml v1.0.1
|
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-08-01 14:07:25 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
|
)
|