summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* More MixedCase constsSandro Santilli2016-11-071-2/+2
|
* Use MixedCase constant namesSandro Santilli2016-11-071-9/+9
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* Added updated go-sdkThomas Boerger2016-11-0727-0/+1408
|
* Dropped github.com/gogits/go-gogs-client vendored depThomas Boerger2016-11-0728-1418/+0
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-0626-8/+8
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Added all required dependenciesThomas Boerger2016-11-04660-0/+502447
|
* Added vendoring config for govendorThomas Boerger2016-11-041-0/+505