-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed mangarock and disabled comicextra
- Loading branch information
Showing
16 changed files
with
128 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
module github.com/Girbons/comics-downloader | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
require ( | ||
fyne.io/fyne v1.1.1 | ||
github.com/Girbons/mangarock v0.0.0-20190725180316-ca97fc422a34 | ||
fyne.io/fyne v1.2.1 | ||
github.com/anaskhan96/soup v1.1.1 | ||
github.com/bake/mangadex v0.0.0-20191208094511-1b8be9f2df20 | ||
github.com/bake/mri v0.0.0-20190425192657-438a0b611ec0 | ||
github.com/bmaupin/go-epub v0.5.3 | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/frankban/quicktest v1.4.1 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/jung-kurt/gofpdf v1.10.0 | ||
github.com/jung-kurt/gofpdf v1.16.2 | ||
github.com/mholt/archiver v3.1.1+incompatible | ||
github.com/nwaples/rardecode v1.0.0 // indirect | ||
github.com/pierrec/lz4 v2.2.6+incompatible // indirect | ||
github.com/schollz/progressbar/v2 v2.13.2 | ||
github.com/pierrec/lz4 v2.4.0+incompatible // indirect | ||
github.com/schollz/progressbar/v2 v2.15.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect | ||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.