Commit Graph

3 Commits (c49823c2b6dd4dca46f56e1c4b380d041c6edeb4)

Author SHA1 Message Date
TheFox0x7 33e8e82c4b
Enable tenv and testifylint rules ()
Enables tenv and testifylint linters
closes: https://github.com/go-gitea/gitea/issues/32842
wxiaoguang 11f0519ad8
Update go dependencies ()
Update golang.org/x/crypto for CVE-2023-48795 and update other packages.
`go-git` is not updated because it needs time to figure out why some
tests fail.
Chongyi Zheng f2138d6968
Replace gogs/cron with go-co-op/gocron ()
Replace `github.com/gogs/cron` with `github.com/go-co-op/gocron` as the
former package is not maintained for many years.

---------

Co-authored-by: delvh <dev.lh@web.de>