github.com/gogf/gf@v1.16.9/go.mod (about) 1 module github.com/gogf/gf 2 3 go 1.14 4 5 require ( 6 github.com/BurntSushi/toml v0.3.1 7 github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 8 github.com/fatih/color v1.12.0 9 github.com/fsnotify/fsnotify v1.4.9 10 github.com/go-sql-driver/mysql v1.6.0 11 github.com/gomodule/redigo v1.8.5 12 github.com/gorilla/websocket v1.4.2 13 github.com/grokify/html-strip-tags-go v0.0.1 14 github.com/olekukonko/tablewriter v0.0.5 15 go.opentelemetry.io/otel v1.0.0 16 go.opentelemetry.io/otel/trace v1.0.0 17 golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 18 golang.org/x/text v0.3.6 19 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 20 )