mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 12:47:50 +08:00
25 lines
941 B
Modula-2
25 lines
941 B
Modula-2
module github.com/gogf/gf
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gogf/mysql v1.6.1-0.20210603073548-16164ae25579
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grokify/html-strip-tags-go v0.0.0-20200322061010-ea0c1cf2f119
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
go.opentelemetry.io/otel v1.0.0-RC1
|
|
go.opentelemetry.io/otel/oteltest v1.0.0-RC1
|
|
go.opentelemetry.io/otel/trace v1.0.0-RC1
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
|
|
golang.org/x/text v0.3.4
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|