Update go-sql-driver pkg to support checkConnLiveness (#9766)

Fixes #9679
This commit is contained in:
Praveen raj Mani
2020-06-05 04:41:42 +05:30
committed by GitHub
parent 5e529a1c96
commit cdd6c9f52e
3 changed files with 4 additions and 1 deletions

2
go.mod
View File

@@ -33,7 +33,7 @@ require (
github.com/fatih/structs v1.1.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/go-sql-driver/mysql v1.5.0
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/gomodule/redigo v2.0.0+incompatible