Use Go modules

This commit is contained in:
2018-12-01 22:52:17 +01:00
parent 056391eeca
commit e7ea35f304
2 changed files with 33 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
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
)