go-gorm / postgres

GORM PostgreSQL driver
MIT License
228 stars 120 forks source link

Bump github.com/jackc/pgx/v5 from v5.3.1 to v5.4.3 #208

Closed chenyanchen closed 12 months ago

chenyanchen commented 1 year ago

What did this pull request do?

  1. Bump github.com/jackc/pgx/v5 from v5.3.1 to v5.4.3 to solve go get -u all error:
$ go get -u all
go: all: module github.com/jackc/pgx/v5@upgrade found (v5.4.3), but does not contain package github.com/jackc/pgx/v5/internal/nbconn
  1. Exec go get -u all

User Case Description

Risk

There is no integration test case.