Update vendoring

This commit is contained in:
Jeff Mitchell
2017-06-05 10:50:46 -04:00
parent 65b9c35229
commit b938163ad1
135 changed files with 9087 additions and 2458 deletions

View File

@@ -26,6 +26,8 @@ var (
// RegisterTLSConfig registers a custom tls.Config to be used with sql.Open.
// Use the key as a value in the DSN where tls=value.
//
// Note: The tls.Config provided to needs to be exclusively owned by the driver after registering.
//
// rootCertPool := x509.NewCertPool()
// pem, err := ioutil.ReadFile("/path/ca-cert.pem")
// if err != nil {