Update mysql dsn parser

to parse passwords with special characters properly
This commit is contained in:
viktorstrate
2021-02-26 13:57:13 +01:00
parent e1ad58783e
commit 43f89d1929
2 changed files with 11 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ require (
github.com/Kagami/go-face v0.0.0-20200825065730-3dd2d74dccfb
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/disintegration/imaging v1.6.2
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2