Aaron Gable
0051277c71
Update go-sql-driver/mysql to v1.7.1 ( #6976 )
...
This update pulls in changes that we contributed upstream, which should
smooth interactions between Boulder and ProxySQL.
Release notes:
https://github.com/go-sql-driver/mysql/releases/tag/v1.7.1
Changelog:
https://github.com/go-sql-driver/mysql/compare/v1.5.0...v1.7.1
Relevant change: https://github.com/go-sql-driver/mysql/pull/1402
2023-07-11 12:51:44 -07:00
Jacob Hoffman-Andrews
0804e97d88
Update mysql to b4242ba (latest). ( #4552 )
...
The most recent tagged release of mysql is v1.4.1, from a year ago. It
also happens to pull in an unwanted dependency (appengine) that the
latest commit does not.
Tests pass:
$ go test -count=1 github.com/go-sql-driver/mysql
ok github.com/go-sql-driver/mysql 0.068s
Fixes #4530
2019-11-15 12:29:14 -08:00
Jacob Hoffman-Andrews
e6c17e1717
Switch to new vendor style ( #1747 )
...
* Switch to new vendor style.
* Fix metrics generate command.
* Fix miekg/dns types_generate.
* Use generated copies of files.
* Update miekg to latest.
Fixes a problem with `go generate`.
* Set GO15VENDOREXPERIMENT.
* Build in letsencrypt/boulder.
* fix travis more.
* Exclude vendor instead of godeps.
* Replace some ...
* Fix unformatted cmd
* Fix errcheck for vendorexp
* Add GO15VENDOREXPERIMENT to Makefile.
* Temp disable errcheck.
* Restore master fetch.
* Restore errcheck.
* Build with 1.6 also.
* Match statsd.*"
* Skip errcheck unles Go1.6.
* Add other ignorepkg.
* Fix errcheck.
* move errcheck
* Remove go1.6 requirement.
* Put godep-restore with errcheck.
* Remove go1.6 dep.
* Revert master fetch revert.
* Remove -r flag from godep save.
* Set GO15VENDOREXPERIMENT in Dockerfile and remove _worskpace.
* Fix Godep version.
2016-04-18 12:51:36 -07:00