2
0

Update to puddle v1.1.1

Fixes potential race condition if health check is creating new
connections while the pool is closed.
This commit is contained in:
Jack Christensen
2020-04-02 22:23:06 -05:00
parent f76d37a387
commit bc4586ac6f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ require (
github.com/jackc/pgio v1.0.0
github.com/jackc/pgproto3/v2 v2.0.1
github.com/jackc/pgtype v1.3.0
github.com/jackc/puddle v1.1.0
github.com/jackc/puddle v1.1.1
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/rs/zerolog v1.15.0