haven/go.mod

11 lines
356 B
Modula-2

module janouch.name/haven
require (
github.com/bytesparadise/libasciidoc v0.0.0-20181130183354-0141d08f0f46
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
gopkg.in/yaml.v2 v2.2.2 // indirect
)