summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto/md4
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-142-211/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Handle CORS requests (#6289)Tamal Saha2019-05-131-0/+4
|
* 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>