summaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/appengine
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1445-12049/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* [Vendor] update go-swagger v0.21.0 -> v0.25.0 (#12670)65432020-09-012-4/+5
| | | | | * Update go-swagger * vendor
* Upgrade xorm to v1.0.3 (#12210)Lunny Xiao2020-07-113-95/+0
| | | | Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Vendor Update: go-gitlab v0.22.1 -> v0.31.0 (#11136)65432020-04-192-14/+2
| | | | | | | * vendor update: go-gitlab to v0.31.0 * migrate client init to v0.31.0 * refactor
* Update to github.com/lafriks/xormstore@v1.3.0 (#8317)Antoine GIRARD2019-10-021-1/+1
|
* migrate gplus to google oauth2 provider (#7885)techknowlogick2019-09-1417-0/+2201
| | | | | | | | | | * migrate gplus to google oauth2 provider. this still provides support for old gplus connections. * Update models/oauth2.go Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> * make vendor
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-0/+4
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-238-688/+102
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Use Go1.11 module (#5743)Mura Li2019-03-2730-0/+10536
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor