diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2023-02-23 15:11:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 22:11:56 +0800 |
commit | 0ae1ed749dd6581379b7ccf483d66051869b52d7 (patch) | |
tree | 0522d4888f51b9056e55a93dcb5bd46f2726ef2f /go.mod | |
parent | 3adfc0f02d1440d22934403b8d944218747b9289 (diff) | |
download | gitea-0ae1ed749dd6581379b7ccf483d66051869b52d7.tar.gz gitea-0ae1ed749dd6581379b7ccf483d66051869b52d7.zip |
Remove all package data after tests (#22984)
Fixes #21020
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
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
@@ -117,7 +117,7 @@ require ( mvdan.cc/xurls/v2 v2.4.0 strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251 xorm.io/builder v0.3.12 - xorm.io/xorm v1.3.3-0.20221209153726-f1bfc5ce9830 + xorm.io/xorm v1.3.3-0.20230219231735-056cecc97e9e ) require ( |