Commit Graph

5 Commits (4c2a1c01a84d6718441863682d44d4a5635af703)

Author SHA1 Message Date
zeripath 54ae448588
Switch to absolute latest pq driver ()
This PR updates the lib/pq driver to the current master head to
pick up the deadlock fix in 

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>
techknowlogick 6a4de37f7e
pq -> v1.7.0 ()
Co-authored-by: Lauris BH <lauris@nix.lv>
techknowlogick 3fb038c53a
upgrade version of lib/pq to v1.1.0 ()
Adds SCRAM-SHA-256 authentication
Mura Li d77176912b Use Go1.11 module ()
* 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
Thomas Boerger 1ebb35b988
Added all required dependencies