You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/markup
silverwind 626b27bea5
Update go tool dependencies (#32916)
Update all go tool dependencies to latest version. WIP because I think
there are new gopls errors, would like to confirm them on CI first. Here
is from a local run:

```
modules/markup/markdown/goldmark.go:115:37-53: unnecessary type arguments
modules/markup/html.go:45:32-49: unnecessary type arguments
modules/markup/internal/renderinternal.go:20:33-49: unnecessary type arguments
modules/markup/common/linkify.go:27:32-49: unnecessary type arguments
modules/util/time_str.go:28:39-63: unnecessary type arguments
routers/web/repo/pull.go:704:19: impossible condition: non-nil == nil
modules/util/util_test.go:248:14-23: unused parameter: other
```

~~Backport because the `gxz` update might have security benefits.~~
1 month ago
..
asciicast Refactor markup render system (#32589) 2 months ago
common Update go tool dependencies (#32916) 1 month ago
console Refactor markup render system (#32589) 2 months ago
csv Refactor markup render system (#32612) 2 months ago
external Refactor markup render system (#32612) 2 months ago
internal Update go tool dependencies (#32916) 1 month ago
markdown Update go tool dependencies (#32916) 1 month ago
mdstripper Update go dependencies (#32389) 3 months ago
orgmode Refactor render system (orgmode) (#32671) 2 months ago
camo.go Use camo.Always instead of camo.Allways (#32097) 4 months ago
camo_test.go Use camo.Always instead of camo.Allways (#32097) 4 months ago
html.go Update go tool dependencies (#32916) 1 month ago
html_codepreview.go Refactor markup render system (#32612) 2 months ago
html_codepreview_test.go Refactor markup render system (#32612) 2 months ago
html_commit.go Refactor markup render system (#32612) 2 months ago
html_email.go Refactor markup render system (#32533) 2 months ago
html_emoji.go Refactor markup render system (#32533) 2 months ago
html_internal_test.go Enable tenv and testifylint rules (#32852) 2 months ago
html_issue.go Refactor markup render system (#32612) 2 months ago
html_link.go Refactor markup render system (#32612) 2 months ago
html_mention.go Refactor markup render system (#32612) 2 months ago
html_node.go Refactor markup render system (#32612) 2 months ago
html_test.go Refactor markup render system (#32645) 2 months ago
main_test.go Refactor markup render system (#32612) 2 months ago
render.go Fix issue title rendering and refactor legacy function names (#32703) 2 months ago
render_helper.go Refactor markup render system (#32612) 2 months ago
render_link.go Refactor markup render system (#32612) 2 months ago
render_link_test.go Refactor markup render system (#32612) 2 months ago
renderer.go Refactor markup render system (#32612) 2 months ago
renderer_test.go Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) 2 years ago
sanitizer.go Split sanitizer functions and fine-tune some tests (#31192) 8 months ago
sanitizer_custom.go Refactor markup render system (#32533) 2 months ago
sanitizer_default.go Refactor markup render system (#32612) 2 months ago
sanitizer_default_test.go Refactor markup render system (#32612) 2 months ago
sanitizer_description.go Split sanitizer functions and fine-tune some tests (#31192) 8 months ago
sanitizer_description_test.go Split sanitizer functions and fine-tune some tests (#31192) 8 months ago