|
|
@ -29,14 +29,6 @@ import ( |
|
|
|
|
|
|
|
"github.com/Unknwon/cae/zip" |
|
|
|
"github.com/Unknwon/com" |
|
|
|
_ "github.com/go-macaron/cache/memcache" // memcache plugin for cache
|
|
|
|
_ "github.com/go-macaron/cache/redis" |
|
|
|
_ "github.com/go-macaron/session/couchbase" // couchbase plugin for session store
|
|
|
|
_ "github.com/go-macaron/session/memcache" // memcache plugin for session store
|
|
|
|
_ "github.com/go-macaron/session/mysql" // mysql plugin for session store
|
|
|
|
_ "github.com/go-macaron/session/nodb" // nodb plugin for session store
|
|
|
|
_ "github.com/go-macaron/session/postgres" // postgres plugin for session store
|
|
|
|
_ "github.com/go-macaron/session/redis" // redis plugin for store session
|
|
|
|
shellquote "github.com/kballard/go-shellquote" |
|
|
|
version "github.com/mcuadros/go-version" |
|
|
|
ini "gopkg.in/ini.v1" |
|
|
|