mangadex2cbz/go.mod

10 lines
248 B
Modula-2
Raw Normal View History

2021-02-06 22:50:43 +00:00
module code.fmartingr.dev/fmartingr/mangadex2cbr
go 1.15
require (
2021-02-10 16:12:48 +00:00
code.fmartingr.dev/fmartingr/go-mangadex v0.0.0-20210209223856-e7c5b4489931
2021-02-06 22:50:43 +00:00
github.com/sirupsen/logrus v1.7.0
2021-02-10 16:12:48 +00:00
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
2021-02-06 22:50:43 +00:00
)