mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
16 lines
479 B
Modula-2
16 lines
479 B
Modula-2
module github.com/gogf/gf/cmd/gf/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.11.0
|
|
github.com/gogf/gf/v2 v2.0.0-rc
|
|
github.com/lib/pq v1.10.4
|
|
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.2.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../ |