summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/builder/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-141-8/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade xorm to v1.0.0 * small nit * Fix tests * Update xorm * Update xorm * fix go.sum * fix test * Fix bug when dump * Fix bug * update xorm to latest * Fix migration test * update xorm to latest * Fix import order * Use xorm tag
* Fix label count (#8267)Lunny Xiao2019-09-241-0/+2
| | | | | | | | | | | | | | * fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-0/+6
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests