2019-06-22 22:05:39 +08:00
|
|
|
module github.com/gogf/gf
|
2019-07-08 11:37:02 +08:00
|
|
|
|
2020-04-23 20:25:59 +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
|
2020-07-25 15:31:51 +08:00
|
|
|
github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28
|
2020-10-15 20:14:35 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
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-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
|
2021-02-01 21:51:42 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
2019-08-01 14:07:25 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2021-01-22 23:04:29 +08:00
|
|
|
go.opentelemetry.io/otel v0.16.0
|
|
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
|
|
|
|
golang.org/x/text v0.3.4
|
2020-04-03 19:51:33 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
2019-08-01 14:07:25 +08:00
|
|
|
)
|