aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/appengine/internal
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1430-10991/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* [Vendor] update go-swagger v0.21.0 -> v0.25.0 (#12670)65432020-09-011-2/+5
| | | | | * Update go-swagger * vendor
* 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-144-0/+1541
| | | | | | | | | | * 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-2725-0/+10029
* 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