aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a7cff6f
--- /dev/null
+++ b/go.mod
@@ -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
+)