about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
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
+)