diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-02-06 22:45:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 21:45:00 +0000 |
commit | f393bc82cbf83ab890a55ecdb7f41583e583ddad (patch) | |
tree | db128207adf362ead146bbb65f7ae96082f4fe9f /go.mod | |
parent | 9712f7d622803bba5793ad3df754f3333729e0f3 (diff) | |
download | gitea-f393bc82cbf83ab890a55ecdb7f41583e583ddad.tar.gz gitea-f393bc82cbf83ab890a55ecdb7f41583e583ddad.zip |
Update gitea-vet (#18640)
* Update gitea-vet
- Update gitea-vet to include latest 2 changes
https://gitea.com/gitea/gitea-vet/compare/7c98703580bef612b10f6a603883052f79acf9c0...master
* Tidy up go.sum
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.16 require ( cloud.google.com/go v0.78.0 // indirect - code.gitea.io/gitea-vet v0.2.1 + code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b code.gitea.io/sdk/gitea v0.15.1 gitea.com/go-chi/binding v0.0.0-20211013065440-d16dc407c2be gitea.com/go-chi/cache v0.0.0-20211013020926-78790b11abf1 |