Skip to content

Commit

Permalink
Return lbry.go v1 for reflection package
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Oct 7, 2019
1 parent 2f19cf3 commit 30df642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/jinzhu/gorm v1.9.9
github.com/jmoiron/sqlx v1.2.0
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lbryio/lbry.go v1.1.2
github.com/lbryio/lbry.go/v2 v2.3.1-pre2
github.com/lbryio/reflector.go v1.1.0

Expand Down
4 changes: 2 additions & 2 deletions internal/reflection/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

"github.com/lbryio/lbrytv/internal/monitor"

"github.com/lbryio/lbry.go/v2/extras/errors"
"github.com/lbryio/lbry.go/v2/stream"
"github.com/lbryio/lbry.go/extras/errors"
"github.com/lbryio/lbry.go/stream"
"github.com/lbryio/reflector.go/reflector"
)

Expand Down

0 comments on commit 30df642

Please sign in to comment.