update lbry.go library

This commit is contained in:
Niko Storni 2020-02-10 14:49:11 +01:00 committed by Jeremy Kauffman
parent 3f035a9fe2
commit 256a6d4225
6 changed files with 34 additions and 34 deletions

View file

@ -5,7 +5,7 @@ import (
"testing"
"time"
null "github.com/lbryio/lbry.go/extras/null"
null "github.com/lbryio/lbry.go/v2/extras/null"
)
type testObj struct {

View file

@ -4,7 +4,7 @@ import (
"database/sql"
"fmt"
"github.com/lbryio/lbry.go/extras/errors"
"github.com/lbryio/lbry.go/v2/extras/errors"
"github.com/lbryio/sqlboiler/boil"
)