diff --git a/go.mod b/go.mod index d38cd09..736cf1e 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220826213629-cd8f367ca010 github.com/jackc/pgconn v1.14.3 github.com/jackc/pgtype v1.14.3 - github.com/jackc/pgx/v4 v4.18.2 + github.com/jackc/pgx/v4 v4.18.3 github.com/jackc/pgx/v5 v5.5.5 github.com/stretchr/testify v1.9.0 )