aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Li <alimy@gility.net>2020-01-21 21:11:00 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-01-21 21:11:00 +0800
commit6bd08a0b6f068519e207934cf4086b4d09041bd9 (patch)
tree55cbdb8ba39377fc9167d16723eb19f6249c46e3 /go.mod
parent76b87b1bbd9dcbb1adf0192b1168905565fea774 (diff)
internal/db/org: fix private repositories are hidden in the organization view (#5890)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b975da9b..a97dc161 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,6 @@ require (
github.com/go-macaron/session v0.0.0-20190805070824-1a3cdc6f5659
github.com/go-macaron/toolbox v0.0.0-20190813233741-94defb8383c6
github.com/go-sql-driver/mysql v1.4.1
- github.com/go-xorm/builder v0.3.4
github.com/gogs/chardet v0.0.0-20150115103509-2404f7772561
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
github.com/gogs/git-module v0.8.3
@@ -64,6 +63,7 @@ require (
gopkg.in/ini.v1 v1.49.0
gopkg.in/ldap.v2 v2.5.1
gopkg.in/macaron.v1 v1.3.4
+ xorm.io/builder v0.3.6
xorm.io/core v0.7.2
xorm.io/xorm v0.8.0
)