0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 17:14:31 +01:00
gitea/modules
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
..
actions
activitypub Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
analyze
assetfs Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
auth Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
avatar
badge
base Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
cache
charset
container
csv
dump Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
emoji
eventsource
generate
git Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
gitgraph
gitrepo
globallock Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
graceful Change pprof labels to be prometheus compatible (#32865) 2024-12-18 11:08:04 +08:00
hcaptcha
highlight
hostmatcher
htmlutil
httpcache
httplib
indexer Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
issue/template
json
label
lfs Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
lfstransfer
log Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
markup Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
mcaptcha
metrics
migration
nosql
optional
options
packages Relax the version checking for Arch packages (#32908) 2024-12-19 09:41:23 +00:00
paginator
pprof
private
process Change pprof labels to be prometheus compatible (#32865) 2024-12-18 11:08:04 +08:00
proxy
proxyprotocol
public
queue Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
recaptcha
references Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
regexplru
repository Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
secret
session
setting Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
sitemap
ssh Fine tune ssh related comments and code (#32846) 2024-12-15 06:07:50 +00:00
storage
structs
svg
sync
system
templates Do not display attestation-manifest and use short sha256 instead of full sha256 (#32851) 2024-12-16 10:22:49 +08:00
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
uri
user Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
util Update go tool dependencies (#32916) 2024-12-19 19:17:55 +01:00
validation
web
webhook
zstd