[chore]: Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10

Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.8 to 1.7.10.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.7.8...v1.7.10)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-21 08:17:11 +00:00 committed by GitHub
commit 567d007e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 201 additions and 3832 deletions

View file

@ -1,4 +1,4 @@
.PHONY: test fuzz lint
.PHONY: test fuzz lint gen
lint:
golangci-lint run -c .golangci.yml ./...
@ -10,4 +10,7 @@ cov: test
go tool cover -html=profile.out
fuzz:
cd ./fuzz && go test -fuzz=Fuzz
cd ./fuzz && go test -fuzz=FuzzDefault
gen:
go generate ./...