Browse Source

Update XORM required version and 'go fmt'

pull/3651/merge
Unknwon 8 years ago
parent
commit
8bcc0e392e
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
  1. 2
      cmd/web.go
  2. 1
      modules/setting/setting.go

2
cmd/web.go

@ -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"},

1
modules/setting/setting.go

@ -120,6 +120,7 @@ var (
PullRequestQueueLength int
PreferredLicenses []string
DisableHTTPGit bool `ini:"DISABLE_HTTP_GIT"`
EnableLocalPathMigration bool
// Repository editor settings
Editor struct {

Loading…
Cancel
Save