Skip to content

Commit

Permalink
Update to go-stremio v0.4.1 to fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
doingodswork committed Aug 27, 2020
1 parent 5c4a4d2 commit 8524fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/VictoriaMetrics/fastcache v1.5.7
github.com/deflix-tv/go-stremio v0.4.0
github.com/deflix-tv/go-stremio v0.4.1
github.com/gofiber/fiber v1.14.2
github.com/google/go-cmp v0.5.1
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -16,8 +16,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.4.0 h1:+uwLh1E9Pk3ZqdKsfPqtq2Gc5o2ZhHV1eBr0RjQ6i7w=
github.com/deflix-tv/go-stremio v0.4.0/go.mod h1:vvZM/UghyWzBUqDciGGWRJIDByfa+qaiXCRzaTcm760=
github.com/deflix-tv/go-stremio v0.4.1 h1:ij1SmEWnvTSDrv27+wkP5DOcWaIUFLoXqAnjpN8zbyc=
github.com/deflix-tv/go-stremio v0.4.1/go.mod h1:vvZM/UghyWzBUqDciGGWRJIDByfa+qaiXCRzaTcm760=
github.com/gofiber/adaptor v0.2.0 h1:OJtST958Zc6WTXHTJA/9d464VgakAWKBjzM3lmkKjsc=
github.com/gofiber/adaptor v0.2.0/go.mod h1:0M9Agxi+L3uS5oKd6pN317h35JQhfvrfD4H+c4a5qck=
github.com/gofiber/cors v0.2.2 h1:NQgLeNq8SWCKsdGotodyFCqLdSnxGLISsp9OU01k/cs=
Expand Down

0 comments on commit 8524fc8

Please sign in to comment.