-
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.
- Loading branch information
Showing
4 changed files
with
35 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
module github.com/Girbons/comics-downloader | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
fyne.io/fyne v1.2.1 | ||
fyne.io/fyne v1.2.3 | ||
github.com/anaskhan96/soup v1.1.1 | ||
github.com/bake/mangadex v0.0.0-20191208094511-1b8be9f2df20 | ||
github.com/bake/mangadex v0.0.0-20200305194006-6360cbcb29d0 | ||
github.com/bmaupin/go-epub v0.5.3 | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
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.4.0+incompatible // indirect | ||
github.com/nwaples/rardecode v1.1.0 // indirect | ||
github.com/pierrec/lz4 v2.4.1+incompatible // indirect | ||
github.com/schollz/progressbar/v2 v2.15.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709 | ||
github.com/ulikunitz/xz v0.5.7 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect | ||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // 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