summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4c2a9cf..15216a5 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module git.kiefte.eu/lapingvino/gioco
go 1.15
-require gioui.org v0.0.0-20201112145235-3c739323cb4f
+require (
+ gioui.org v0.0.0-20201112145235-3c739323cb4f
+ git.kiefte.eu/lapingvino/clitris v1.1.1
+)