From f170bbcd49411f9828b0ee55b16da9a1b698a2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:32:39 +0200 Subject: [chore]: Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#4037) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vendor/github.com/yuin/goldmark/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/yuin/goldmark/Makefile') diff --git a/vendor/github.com/yuin/goldmark/Makefile b/vendor/github.com/yuin/goldmark/Makefile index b0bb05293..7bef51b7f 100644 --- a/vendor/github.com/yuin/goldmark/Makefile +++ b/vendor/github.com/yuin/goldmark/Makefile @@ -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 ./... -- cgit v1.3