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-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/mattn/go-runewidth v0.0.4 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2019-09-24 20:19:18 +08:00
|
|
|
golang.org/x/sys v0.0.0-20190924092210-98129a5cf4a0 // indirect
|
2019-08-01 14:07:25 +08:00
|
|
|
golang.org/x/text v0.3.2
|
2019-09-24 20:19:18 +08:00
|
|
|
google.golang.org/appengine v1.6.3 // indirect
|
2019-08-01 14:07:25 +08:00
|
|
|
)
|