aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..54eca8b
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module github.com/terminaldweller/hived
+
+go 1.15
+
+require (
+ github.com/Knetic/govaluate v3.0.0+incompatible
+ github.com/go-redis/redis/v8 v8.6.0
+ github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
+ github.com/technoweenie/multipartstreamer v1.0.1 // indirect
+)