Skip to content

Commit

Permalink
Revert "driver: use simplesurance/pq instead of lib/pq"
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
fho committed Mar 15, 2021
1 parent ac3fb2a commit 4a6fddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/simplesurance/migrate/file"
"github.com/simplesurance/migrate/migrate/direction"
"github.com/jmoiron/sqlx"
"github.com/simplesurance/pq"
"github.com/lib/pq"
)

type Driver struct {
Expand Down

0 comments on commit 4a6fddd

Please sign in to comment.