summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lib
Commit message (Collapse)AuthorAgeFilesLines
* Vendor Update (#14496)65432021-01-287-49/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 * update github.com/go-swagger/go-swagger v0.25.0 -> v0.26.0 * update github.com/google/uuid v1.1.2 -> v1.2.0 * update github.com/klauspost/compress v1.11.3 -> v1.11.7 * update github.com/lib/pq 083382b7e6fc -> v1.9.0 * update github.com/markbates/goth v1.65.0 -> v1.66.1 * update github.com/mattn/go-sqlite3 v1.14.4 -> v1.14.6 * update github.com/mgechev/revive 246eac737dc7 -> v1.0.3 * update github.com/minio/minio-go/v7 v7.0.6 -> v7.0.7 * update github.com/niklasfasching/go-org v1.3.2 -> v1.4.0 * update github.com/olivere/elastic/v7 v7.0.21 -> v7.0.22 * update github.com/pquerna/otp v1.2.0 -> v1.3.0 * update github.com/xanzy/go-gitlab v0.39.0 -> v0.42.0 * update github.com/yuin/goldmark v1.2.1 -> v1.3.1
* Switch to absolute latest pq driver (#12859)zeripath2020-09-186-12/+39
| | | | | | | | | | | This PR updates the lib/pq driver to the current master head to pick up the deadlock fix in lib/pq#993 Hopefully this will resolve our CI issues. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv>
* pq -> v1.7.0 (#11905)techknowlogick2020-06-1615-118/+306
| | | Co-authored-by: Lauris BH <lauris@nix.lv>
* use go 1.13 (#8088)techknowlogick2019-09-121-93/+0
| | | | | | | | | | * use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
* Use gitea forked macaron (#7933)Tamal Saha2019-08-237-36/+56
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* upgrade version of lib/pq to v1.1.0 (#6640)techknowlogick2019-04-1511-159/+521
| | | Adds SCRAM-SHA-256 authentication
* Use Go1.11 module (#5743)Mura Li2019-03-2714-71/+488
| | | | | | | | | | | | | | | | | | * 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
* Migrate to dep (#3972)Antoine GIRARD2018-05-213-134/+93
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Update vendor github.com/lib/pq (#2752)Antoine GIRARD2017-10-2116-365/+892
|
* Added all required dependenciesThomas Boerger2016-11-0417-0/+5625