Skip to content

Commit

Permalink
Update to latest version of go-stremio
Browse files Browse the repository at this point in the history
- Fixes manifest is missing "configurationRequired" when set to true
  • Loading branch information
doingodswork committed Oct 10, 2020
1 parent b6be7db commit 84782fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/deflix-tv/go-stremio v0.5.0
github.com/deflix-tv/go-stremio v0.5.1
github.com/dgraph-io/badger v1.6.2
github.com/gofiber/fiber v1.14.6
github.com/google/go-cmp v0.5.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deflix-tv/go-stremio v0.5.0 h1:hBsdFbHg+MoMcSBkjGKjrXs1QyILAozRSDUMiXr9Qb8=
github.com/deflix-tv/go-stremio v0.5.0/go.mod h1:MQ8VB24D/R/mT8LJ2kLyV9mZXDqcQZCrX7s4kHfgqg4=
github.com/deflix-tv/go-stremio v0.5.1 h1:M3BI1LHzJJgbBdEpviTmJq9vxd6YhTq6g1I8FOQ7JFo=
github.com/deflix-tv/go-stremio v0.5.1/go.mod h1:MQ8VB24D/R/mT8LJ2kLyV9mZXDqcQZCrX7s4kHfgqg4=
github.com/dgraph-io/badger v1.6.2 h1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x8=
github.com/dgraph-io/badger v1.6.2/go.mod h1:JW2yswe3V058sS0kZ2h/AXeDSqFjxnZcRrVH//y2UQE=
github.com/dgraph-io/ristretto v0.0.2 h1:a5WaUrDa0qm0YrAAS1tUykT5El3kt62KNZZeMxQn3po=
Expand Down

0 comments on commit 84782fa

Please sign in to comment.