11 lines
274 B
Modula-2
11 lines
274 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/stretchr/testify v1.7.0
|
|
golang.org/x/tools v0.0.0-20170217234718-8e779ee0a450
|
|
)
|