Skip to content

Commit

Permalink
[+] bump jackc/pgx version to 4.11.0
Browse files Browse the repository at this point in the history
[+] bump jackc/pgconn version to 1.8.1
[+] bump jessevdk/go-flags version to 1.5.0
  • Loading branch information
pashagolub committed Mar 26, 2021
1 parent 8912685 commit d0df012
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 17 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgx/v4 v4.10.1
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgx/v4 v4.11.0
github.com/jessevdk/go-flags v1.5.0
github.com/jmoiron/sqlx v1.3.1
github.com/ory/dockertest/v3 v3.6.3
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
Loading

0 comments on commit d0df012

Please sign in to comment.