diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |