0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 17:04:26 +01:00
gitea/routers
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
..
api Move delete deploy keys into service layer (#32201) 2024-12-18 04:10:38 +00:00
common
install
private Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
utils
web Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
init.go