summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org
Commit message (Collapse)AuthorAgeFilesLines
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-253-0/+528
|
* Enables mssql support (#383)btrepp2016-12-242-0/+207
| | | | | | | | | | | | | | | | | | | * Enables mssql support Port of dlobs work in gogs. Enables options in index.js Enables MSSQL as a database option in go. Sets ID to 0 on initial migration. Required for MSSQL insert statements. Signed-off-by: Beau Trepp <beautrepp@gmail.com> * Vendors in denisenkom/go-mssqldb Includes golang.org/x/crypto/md4 as this is required by go-msssqldb Signed-off-by: Beau Trepp <beautrepp@gmail.com>
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-151-0/+77
|
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-30209-0/+114663
| | | | | | | | | | | | | | | | | | | | | | | | * Dropped unused codekit config * Integrated dynamic and static bindata for public * Ignore public bindata * Add a general generate make task * Integrated flexible public assets into web command * Updated vendoring, added all missiong govendor deps * Made the linter happy with the bindata and dynamic code * Moved public bindata definition to modules directory * Ignoring the new bindata path now * Updated to the new public modules import path * Updated public bindata command and drop the new prefix
* Added all required dependenciesThomas Boerger2016-11-04102-0/+189416