dir2opds/go.mod

12 lines
336 B
Modula-2

module github.com/dubyte/dir2opds
go 1.12
require (
github.com/lann/builder v0.0.0-20150808151131-f22ce00fd939
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/sebojanko/epub v0.0.0-20190901091113-b71e439ac337
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.0.0-20170217234718-8e779ee0a450
)