Skip to content

Commit 4a6fddd

Browse files
author
Fabian Holler
committed
Revert "driver: use simplesurance/pq instead of lib/pq"
This reverts commit ac3fb2a. Switch back to the upstream lib/pq version. The issue that was the cause for switching to simplesurance/pq was fixed in lib/pq 1.8 (lib/pq#1013).
1 parent ac3fb2a commit 4a6fddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/postgres/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/simplesurance/migrate/file"
1212
"github.com/simplesurance/migrate/migrate/direction"
1313
"github.com/jmoiron/sqlx"
14-
"github.com/simplesurance/pq"
14+
"github.com/lib/pq"
1515
)
1616

1717
type Driver struct {

0 commit comments

Comments
 (0)