2019-03-10 01:58:13 +00:00
|
|
|
module github.com/dubyte/dir2opds
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/lann/builder v0.0.0-20150808151131-f22ce00fd939
|
2020-01-20 03:05:41 +00:00
|
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
2021-05-06 06:48:02 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-03-10 01:58:13 +00:00
|
|
|
golang.org/x/tools v0.0.0-20170217234718-8e779ee0a450
|
|
|
|
)
|