Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
anton7r committed Mar 26, 2021
1 parent 96055e7 commit 26159ed
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 20 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/anton7r/pgxe
go 1.16

require (
github.com/anton7r/pgx-scany v0.2.9
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgx/v4 v4.10.1
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 // indirect
github.com/anton7r/pgx-scany v0.2.10
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgx/v4 v4.11.0
)
Loading

0 comments on commit 26159ed

Please sign in to comment.