Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -1/+1 |
| | | | | Enables tenv and testifylint linters closes: https://github.com/go-gitea/gitea/issues/32842 | ||||
* | Update go dependencies (#28518) | wxiaoguang | 2023-12-19 | 1 | -6/+12 |
| | | | | | 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. | ||||
* | Replace gogs/cron with go-co-op/gocron (#25977) | Chongyi Zheng | 2023-07-24 | 1 | -0/+61 |
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> |