diff options
author | Unknwon <u@gogs.io> | 2017-01-26 17:49:29 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-26 17:49:29 -0500 |
commit | 8bcc0e392e4b7cc20b4efdb4d34c36c36e9db3f8 (patch) | |
tree | fdbedf0067535cd50189f9f0e571daba0b9a6452 /cmd | |
parent | ae319da5fd91c102b387296f9884401e120f9b79 (diff) |
Update XORM required version and 'go fmt'
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ func checkVersion() { // Check dependency version. checkers := []VerChecker{ - {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.5"}, + {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.6.0"}, {"github.com/go-macaron/binding", binding.Version, "0.3.2"}, {"github.com/go-macaron/cache", cache.Version, "0.1.2"}, {"github.com/go-macaron/csrf", csrf.Version, "0.1.0"}, |