2021-01-30 09:53:34 +00:00
|
|
|
module go.digitalcircle.com.br/tools/apigen
|
|
|
|
|
2021-09-06 12:54:09 +00:00
|
|
|
go 1.17
|
2021-01-30 09:53:34 +00:00
|
|
|
|
|
|
|
require (
|
2021-03-05 12:33:57 +00:00
|
|
|
github.com/alecthomas/kong v0.2.15
|
2021-01-30 09:53:34 +00:00
|
|
|
github.com/fatih/structtag v1.2.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|