mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 13:57:28 -06:00
[chore]: Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 (#2140)
This commit is contained in:
parent
1e2db7a32f
commit
36dceac56c
37 changed files with 1872 additions and 1694 deletions
5
vendor/github.com/yuin/goldmark/Makefile
generated
vendored
5
vendor/github.com/yuin/goldmark/Makefile
generated
vendored
|
|
@ -1,4 +1,7 @@
|
|||
.PHONY: test fuzz
|
||||
.PHONY: test fuzz lint
|
||||
|
||||
lint:
|
||||
golangci-lint run -c .golangci.yml ./...
|
||||
|
||||
test:
|
||||
go test -coverprofile=profile.out -coverpkg=github.com/yuin/goldmark,github.com/yuin/goldmark/ast,github.com/yuin/goldmark/extension,github.com/yuin/goldmark/extension/ast,github.com/yuin/goldmark/parser,github.com/yuin/goldmark/renderer,github.com/yuin/goldmark/renderer/html,github.com/yuin/goldmark/text,github.com/yuin/goldmark/util ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue