Use Go modules
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user