summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert.hirtz@laposte.net>2020-05-31 23:20:18 +0200
committerHubert Hirtz <hubert.hirtz@laposte.net>2020-06-03 15:41:51 +0200
commit881d63465cdb17357438763d4d2996d5f1d92fcd (patch)
tree36b1b7c852105d34ee2a8d71f6967b3e448ba3b7 /go.mod
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fa0fa37
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module git.sr.ht/~taiite/senpai
+
+go 1.14
+
+require (
+ github.com/gdamore/tcell v1.3.0
+ github.com/mattn/go-runewidth v0.0.9
+ gopkg.in/yaml.v2 v2.3.0
+)