Skip to content

Commit

Permalink
Bump pg deps (#616)
Browse files Browse the repository at this point in the history
* Reset to development

* bumping pgx and pgconn versions

Co-authored-by: Stanislas Michalak <stanislas.michalak@gmail.com>
Co-authored-by: Larry M Jordan <larrymoralesjordan@gmail.com>
  • Loading branch information
3 people committed Jan 27, 2021
1 parent 0fb7635 commit 119c0d2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 39 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -20,8 +20,8 @@ require (
github.com/gobuffalo/plush/v4 v4.0.0
github.com/gobuffalo/validate/v3 v3.1.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/jackc/pgconn v1.6.0
github.com/jackc/pgx/v4 v4.6.0
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgx/v4 v4.10.1
github.com/jmoiron/sqlx v1.2.0
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/lib/pq v1.3.0
Expand Down

0 comments on commit 119c0d2

Please sign in to comment.