gitea/modules
Gusted 242dddfcb7
Remove ioutil (#18222)
- Don't use `ioutil` package anymore as it doesn't anything special
anymore since Go 1.16:

```
// As of Go 1.16, the same functionality is now provided
// by package io or package os, and those implementations
// should be preferred in new code.
```

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-01-10 09:48:13 +08:00
..
activitypub
analyze
appstate
auth
avatar
base
cache
charset Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
context Restore setting of ctx.Repo.Mirror (#18205) 2022-01-08 10:03:51 +08:00
convert Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
csv
doctor
emoji
eventsource
generate
git Enable partial clone by default (#18195) 2022-01-06 06:38:38 +01:00
gitgraph
graceful
hcaptcha
highlight
hostmatcher
httpcache
httplib
indexer
json
lfs
log
markup
metrics Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
migration
nosql
notification
options
password
pprof
private
process
proxy
public Don't store assets modified time into generated files (#18193) 2022-01-06 21:33:17 -05:00
queue
recaptcha
references
repository Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
secret
session Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
setting Enable partial clone by default (#18195) 2022-01-06 06:38:38 +01:00
ssh
storage
structs Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
svg
sync
templates Don't store assets modified time into generated files (#18193) 2022-01-06 21:33:17 -05:00
test
timeutil Don't store assets modified time into generated files (#18193) 2022-01-06 21:33:17 -05:00
translation Sort locales according to their names (#18211) 2022-01-08 12:18:39 +00:00
typesniffer
updatechecker Remove ioutil (#18222) 2022-01-10 09:48:13 +08:00
upload
uri
user
util Increase Salt randomness (#18179) 2022-01-04 15:13:52 +00:00
validation
web