mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-08 13:56:17 +02:00
Update to resolve Dependabot alerts, these are all not important as they come via tools. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 0cfa6e3024100e34692a0b10e9dacb762c16a626)
28 lines
854 B
Modula-2
28 lines
854 B
Modula-2
module github.com/siderolabs/talos/tools/docgen
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab
|
|
github.com/invopop/jsonschema v0.13.0
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
|
|
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.4
|
|
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.2 // 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/text v0.30.0 // indirect
|
|
golang.org/x/tools v0.38.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|