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
boilingcore
|
@ -4,8 +4,8 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/vattle/sqlboiler/bdb"
|
||||
"github.com/vattle/sqlboiler/strmangle"
|
||||
"github.com/lbryio/sqlboiler/bdb"
|
||||
"github.com/lbryio/sqlboiler/strmangle"
|
||||
)
|
||||
|
||||
// TxtToOne contains text that will be used by templates for a one-to-many or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue