mangadex2cbz/go.mod

10 lines
248 B
Modula-2

module code.fmartingr.dev/fmartingr/mangadex2cbr
go 1.15
require (
code.fmartingr.dev/fmartingr/go-mangadex v0.0.0-20210209223856-e7c5b4489931
github.com/sirupsen/logrus v1.7.0
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
)