about summary refs log tree commit diff
path: root/fun/tvl-ebooks/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'fun/tvl-ebooks/go.mod')
-rw-r--r--fun/tvl-ebooks/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/fun/tvl-ebooks/go.mod b/fun/tvl-ebooks/go.mod
new file mode 100644
index 0000000000..154fbf8216
--- /dev/null
+++ b/fun/tvl-ebooks/go.mod
@@ -0,0 +1,8 @@
+module github.com/benjojo/tvl-ebooks
+
+go 1.14
+
+require (
+	github.com/go-redis/redis v6.15.9+incompatible
+	gopkg.in/irc.v3 v3.1.3
+)