2
0

Fix go modules

Wow. This is fun. Sure is easy to get modules wrong when upgrading a v2+
project.
This commit is contained in:
Jack Christensen
2019-04-20 17:41:08 -05:00
parent b7e56b003a
commit efb333df6b
116 changed files with 210 additions and 226 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ import (
"time"
"github.com/jackc/pgconn"
"github.com/jackc/pgproto3"
"github.com/jackc/pgx"
"github.com/jackc/pgx/pgmock"
"github.com/jackc/pgx/stdlib"
"github.com/jackc/pgproto3/v2"
"github.com/jackc/pgx/v4"
"github.com/jackc/pgx/v4/pgmock"
"github.com/jackc/pgx/v4/stdlib"
)
func closeDB(t *testing.T, db *sql.DB) {