about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-06-01 03:17:49 +0200
committerEmile <hanemile@protonmail.com>2019-06-01 03:17:49 +0200
commit92ef99305664f2c4dd66dd5f3a85d3dffc965bdf (patch)
treeb7395294d0c4c836036bece743116035abcd0332 /go.mod
parent6f2950ac6cbbf689c871f7c783668089c6e3a1c0 (diff)
Saturday morning #GPN19 commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d6ee0fc..7e6255b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,9 @@
 module git.darknebu.la/pixeltsunami
 
 go 1.12
+
+require (
+	github.com/mattn/go-runewidth v0.0.4 // indirect
+	golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
+	gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
+)