2021-11-28 22:09:25 +00:00
|
|
|
module go.digitalcircle.com.br/open/apigen
|
2021-01-30 09:53:34 +00:00
|
|
|
|
2021-09-06 12:54:09 +00:00
|
|
|
go 1.17
|
2021-01-30 09:53:34 +00:00
|
|
|
|
|
|
|
require (
|
2021-10-03 14:39:42 +00:00
|
|
|
github.com/alecthomas/kong v0.2.17
|
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
|
|
|
|
)
|