Skip to content

Commit

Permalink
Fix load errors for certain manga (Fixes #50)
Browse files Browse the repository at this point in the history
  • Loading branch information
darylhjd committed Oct 8, 2021
1 parent bd24933 commit 7b775d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/darylhjd/mangadesk
go 1.16

require (
github.com/darylhjd/mangodex v0.0.0-20210915111213-a1439054f181
github.com/darylhjd/mangodex v0.0.0-20211008013420-b6ddd75d45bf
github.com/gdamore/tcell/v2 v2.3.3
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/tview v0.0.0-20210529093604-435b99e1dfdf
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/darylhjd/mangodex v0.0.0-20210730052602-1dacf5f8fb00 h1:+9VuhyjboQZKI
github.com/darylhjd/mangodex v0.0.0-20210730052602-1dacf5f8fb00/go.mod h1:RApCWGRbVd11wQMLhiZ1ejybkf1C4CS6rMANQlog8B0=
github.com/darylhjd/mangodex v0.0.0-20210915111213-a1439054f181 h1:IXis8ayiXhZLFPsvgawiv1AYpQMkwA9HR+r3DZJyQdg=
github.com/darylhjd/mangodex v0.0.0-20210915111213-a1439054f181/go.mod h1:RApCWGRbVd11wQMLhiZ1ejybkf1C4CS6rMANQlog8B0=
github.com/darylhjd/mangodex v0.0.0-20211008013420-b6ddd75d45bf h1:DfjayGWryoMNlZWeGf9G77E4r2jzAvNnTpIMqrqzR/E=
github.com/darylhjd/mangodex v0.0.0-20211008013420-b6ddd75d45bf/go.mod h1:RApCWGRbVd11wQMLhiZ1ejybkf1C4CS6rMANQlog8B0=
github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
github.com/gdamore/tcell/v2 v2.3.3 h1:RKoI6OcqYrr/Do8yHZklecdGzDTJH9ACKdfECbRdw3M=
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/darylhjd/mangodex/manga.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/darylhjd/mangodex v0.0.0-20210915111213-a1439054f181
# github.com/darylhjd/mangodex v0.0.0-20211008013420-b6ddd75d45bf
## explicit
github.com/darylhjd/mangodex
# github.com/gdamore/encoding v1.0.0
Expand Down

0 comments on commit 7b775d9

Please sign in to comment.