File tree Expand file tree Collapse file tree 2 files changed +319
-17
lines changed Expand file tree Collapse file tree 2 files changed +319
-17
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ go 1.14
55require (
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)
You can’t perform that action at this time.
0 commit comments