diff options
author | Vamsi Atluri <vamc19@gmail.com> | 2023-02-11 14:07:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 16:37:24 +0800 |
commit | ef1fe1bb3bb495cef55c67f9af13065e2415bea0 (patch) | |
tree | c97cf90200c47f9ed8fc5a0785d30c65583d6621 /go.mod | |
parent | 8350daf505b837984397679f07ccc2324b4d2451 (diff) |
conf: add new config option for default branch name (#7291)
Co-authored-by: Vamsi Atluri <me@vamc19.dev>
Co-authored-by: Joe Chen <jc@unknwon.io>
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.7.1 + github.com/gogs/git-module v1.7.2 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 |