mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
* rewrite parser to handle new format and nested objects * add properties section also to nested properties * update docs manually
18 lines
560 B
Modula-2
18 lines
560 B
Modula-2
module generator
|
|
|
|
go 1.21.1
|
|
|
|
require github.com/pb33f/libopenapi v0.15.13
|
|
|
|
require (
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|