Files
gf/go.mod

32 lines
1.1 KiB
Modula-2

module github.com/gogf/gf/v2
go 1.15
require (
github.com/BurntSushi/toml v0.4.1
github.com/clbanning/mxj/v2 v2.5.5
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.1
github.com/go-redis/redis/v8 v8.11.4
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.7 // indirect
github.com/gorilla/websocket v1.5.0
github.com/grokify/html-strip-tags-go v0.0.1
github.com/kr/pretty v0.2.0 // indirect
github.com/magiconair/properties v1.8.6
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cast v1.4.1
github.com/stretchr/testify v1.7.1 // indirect
go.opentelemetry.io/otel v1.0.0
go.opentelemetry.io/otel/sdk v1.0.0
go.opentelemetry.io/otel/trace v1.0.0
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)