2019-06-22 22:05:39 +08:00
|
|
|
module github.com/gogf/gf
|
2019-07-08 11:37:02 +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
|
2019-08-22 21:04:30 +08:00
|
|
|
github.com/dgraph-io/badger v1.6.0
|
2019-08-01 14:07:25 +08:00
|
|
|
github.com/fatih/structs v1.1.0
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
|
|
github.com/gf-third/mysql v1.4.2
|
|
|
|
github.com/gofrs/flock v0.7.1 // indirect
|
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
|
|
github.com/gorilla/websocket v1.4.0
|
|
|
|
github.com/grokify/html-strip-tags-go v0.0.0-20190424092004-025bd760b278
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
|
|
github.com/theckman/go-flock v0.7.1
|
|
|
|
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
|
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-08-01 17:12:58 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
|
2019-08-01 14:07:25 +08:00
|
|
|
)
|