mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 23:48:07 -06:00
[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:
parent
a87be80c90
commit
567d007e6b
14 changed files with 201 additions and 3832 deletions
7
vendor/github.com/yuin/goldmark/Makefile
generated
vendored
7
vendor/github.com/yuin/goldmark/Makefile
generated
vendored
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue