0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-17 04:42:24 +01:00
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.~~
2024-12-19 19:17:55 +01:00
..
asciicast
common Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
console
csv
external
internal Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
markdown Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
mdstripper
orgmode
camo.go
camo_test.go
html.go Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
html_codepreview.go
html_codepreview_test.go
html_commit.go
html_email.go
html_emoji.go
html_internal_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
html_issue.go
html_link.go
html_mention.go
html_node.go
html_test.go
main_test.go
render.go
render_helper.go
render_link.go
render_link_test.go
renderer.go
renderer_test.go
sanitizer.go
sanitizer_custom.go
sanitizer_default.go
sanitizer_default_test.go
sanitizer_description.go
sanitizer_description_test.go