build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.35.0 to 0.36.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-13 17:58:16 +00:00
committed by Manuel Rüger
parent ac264210b5
commit 13e7b496ee
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/urfave/cli/v3 v3.8.0
github.com/yuin/goldmark v1.8.2
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/text v0.35.0
golang.org/x/text v0.36.0
oss.terrastruct.com/d2 v0.7.1
oss.terrastruct.com/util-go v0.0.0-20250213174338-243d8661088a
)