Skip to content

Commit d0df012

Browse files
committed
[+] bump jackc/pgx version to 4.11.0
[+] bump jackc/pgconn version to 1.8.1 [+] bump jessevdk/go-flags version to 1.5.0
1 parent 8912685 commit d0df012

File tree

2 files changed

+319
-17
lines changed

2 files changed

+319
-17
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.14
55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.0
77
github.com/cavaliercoder/grab v2.0.0+incompatible
8-
github.com/jackc/pgconn v1.8.0
9-
github.com/jackc/pgx/v4 v4.10.1
10-
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
8+
github.com/jackc/pgconn v1.8.1
9+
github.com/jackc/pgx/v4 v4.11.0
10+
github.com/jessevdk/go-flags v1.5.0
1111
github.com/jmoiron/sqlx v1.3.1
1212
github.com/ory/dockertest/v3 v3.6.3
1313
github.com/stretchr/testify v1.7.0
14-
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
14+
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
1515
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
1616
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
1717
)

0 commit comments

Comments
 (0)