mirror of
https://github.com/siderolabs/talos.git
synced 2026-01-06 09:11:13 +01:00
Many small changes, linting fixes, migration to moby/moby client package. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
27 lines
815 B
Modula-2
27 lines
815 B
Modula-2
module github.com/siderolabs/talos/tools/docgen
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a
|
|
github.com/invopop/jsonschema v0.13.0
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
|
github.com/siderolabs/gen v0.8.6
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8
|
|
go.yaml.in/yaml/v4 v4.0.0-rc.3
|
|
mvdan.cc/gofumpt v0.9.2
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
golang.org/x/tools v0.38.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|