diff options
author | Unknwon <u@gogs.io> | 2016-11-23 20:58:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-11-23 20:58:45 -0500 |
commit | 394fc611291cbaed8c0fa4b36d214d20b7b60f28 (patch) | |
tree | b50707098892e040164a500feb5b8afc60a54c02 | |
parent | 55dc9d898fd3978b0048eea0bcccd6abee73812c (diff) |
Update glide.lock and .gopmfile for XORM
-rw-r--r-- | .gopmfile | 4 | ||||
-rw-r--r-- | glide.lock | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -14,8 +14,8 @@ github.com/go-macaron/inject = commit:c5ab7bf github.com/go-macaron/session = commit:66031fc github.com/go-macaron/toolbox = commit:82b5115 github.com/go-sql-driver/mysql = commit:0b58b37 -github.com/go-xorm/core = commit:5bf745d -github.com/go-xorm/xorm = commit:c6c7056 +github.com/go-xorm/core = commit:2ec3936 +github.com/go-xorm/xorm = commit:311abf2 github.com/gogits/chardet = commit:2404f77 github.com/gogits/cron = commit:7f3990a github.com/gogits/git-module = commit:5e0c133 @@ -33,9 +33,9 @@ imports: - name: github.com/go-sql-driver/mysql version: 0b58b37b664c21f3010e836f1b931e1d0b0b0685 - name: github.com/go-xorm/core - version: 5bf745d7d163f4380e6c2bba8c4afa60534dd087 + version: 2ec3936f8a8a3fb6397c6c10185acffa87488534 - name: github.com/go-xorm/xorm - version: c6c705684057842d9854e8299dd51abb06ae29f5 + version: 311abf25abd146a5ddaad5dc3241eba4b4b29284 - name: github.com/gogits/chardet version: 2404f777256163ea3eadb273dada5dcb037993c0 - name: github.com/gogits/cron |