mangadex2cbz/go.mod

9 lines
139 B
Modula-2
Raw Normal View History

2021-02-13 16:28:57 +00:00
module github.com/fmartingr/mangadex2cbr
2021-02-06 22:50:43 +00:00
go 1.15
require (
2021-02-13 16:28:57 +00:00
github.com/fmartingr/go-mangadex v1.0.0
2021-02-06 22:50:43 +00:00
github.com/sirupsen/logrus v1.7.0
)