From a374751eb84c038f22b300bb0c6e5c4586cd0909 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 3 Nov 2015 12:16:43 -0500 Subject: add Makefile --- cmd/web.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd') diff --git a/cmd/web.go b/cmd/web.go index 7e18b938..e52138c7 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -82,11 +82,11 @@ func checkVersion() { checkers := []VerChecker{ {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.4.3.0806"}, {"github.com/Unknwon/macaron", macaron.Version, "0.5.4"}, - {"github.com/macaron-contrib/binding", binding.Version, "0.1.0"}, - {"github.com/macaron-contrib/cache", cache.Version, "0.1.2"}, - {"github.com/macaron-contrib/csrf", csrf.Version, "0.0.3"}, - {"github.com/macaron-contrib/i18n", i18n.Version, "0.0.7"}, - {"github.com/macaron-contrib/session", session.Version, "0.1.6"}, + {"github.com/go-macaron/binding", binding.Version, "0.1.0"}, + {"github.com/go-macaron/cache", cache.Version, "0.1.2"}, + {"github.com/go-macaron/csrf", csrf.Version, "0.0.3"}, + {"github.com/go-macaron/i18n", i18n.Version, "0.0.7"}, + {"github.com/go-macaron/session", session.Version, "0.1.6"}, {"gopkg.in/ini.v1", ini.Version, "1.3.4"}, } for _, c := range checkers { -- cgit v1.2.3