Skip to content

Commit

Permalink
feat: update pgx dependency to v4.18.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bon10 committed Feb 28, 2023
1 parent fb14004 commit f10a31d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 186 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -6,9 +6,9 @@ require (
entgo.io/ent v0.8.0
github.com/casbin/casbin/v2 v2.29.2
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/jackc/pgx/v4 v4.11.0
github.com/lib/pq v1.10.0
github.com/jackc/pgx/v4 v4.18.1
github.com/lib/pq v1.10.2
//github.com/mattn/go-sqlite3 v1.14.6
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
)

0 comments on commit f10a31d

Please sign in to comment.