14 lines
374 B
Modula-2
14 lines
374 B
Modula-2
module go.digitalcircle.com.br/tools/apigen
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.2.12
|
|
github.com/bxcodec/faker/v3 v3.5.0 // indirect
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/yuin/stagparser v0.0.0-20181218160030-e10a81132760
|
|
go.digitalcircle.com.br/golib/base v0.0.0-20210124165830-341c1d300435
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|