apigen/go.mod

12 lines
225 B
Modula-2
Raw Normal View History

2021-01-30 09:53:34 +00:00
module go.digitalcircle.com.br/tools/apigen
2021-03-05 12:33:57 +00:00
go 1.16
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
2021-04-02 14:40:28 +00:00
github.com/gin-gonic/gin v1.6.3
2021-01-30 09:53:34 +00:00
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v2 v2.4.0
)