fix imports to point at lbryio repo
This commit is contained in:
parent
687b0506db
commit
451723ccb9
22 changed files with 70 additions and 70 deletions
bdb/drivers
|
@ -10,8 +10,8 @@ import (
|
|||
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/vattle/sqlboiler/bdb"
|
||||
"github.com/vattle/sqlboiler/strmangle"
|
||||
"github.com/lbryio/sqlboiler/bdb"
|
||||
"github.com/lbryio/sqlboiler/strmangle"
|
||||
)
|
||||
|
||||
// PostgresDriver holds the database connection string and a handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue