diff options
author | Joe Chen <jc@unknwon.io> | 2023-02-14 14:46:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 14:46:29 +0800 |
commit | 2a375007eed6529c464a14e0bd963bfd3d4cd2dc (patch) | |
tree | a15294fa9cc1abca251996ee68a8c21851c82922 /go.mod | |
parent | c63448e357975a2d4a7342fd75ae35527bc2a548 (diff) |
fix(repo): be tolerant to implicit submodules (#7352)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/go-macaron/toolbox v0.0.0-20190813233741-94defb8383c6 github.com/gogs/chardet v0.0.0-20150115103509-2404f7772561 github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 - github.com/gogs/git-module v1.8.0 + github.com/gogs/git-module v1.8.1 github.com/gogs/go-gogs-client v0.0.0-20200128182646-c69cb7680fd4 github.com/gogs/go-libravatar v0.0.0-20191106065024-33a75213d0a0 github.com/gogs/minwinsvc v0.0.0-20170301035411-95be6356811a |