aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 08:27:17 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 08:27:17 +0000
commit0fad033ff38707e07011b7008d506cf4fcdaa7ec (patch)
treedb66c3a19708738c9c6e776c5cc6cf9369a3d5fe /telebot/go.mod
parentadded a dev and deployment docker-compose (diff)
downloadhived-0fad033ff38707e07011b7008d506cf4fcdaa7ec.tar.gz
hived-0fad033ff38707e07011b7008d506cf4fcdaa7ec.zip
restructured the repo-WIP
Diffstat (limited to 'telebot/go.mod')
-rw-r--r--telebot/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/telebot/go.mod b/telebot/go.mod
new file mode 100644
index 0000000..71766e5
--- /dev/null
+++ b/telebot/go.mod
@@ -0,0 +1,10 @@
+module telebot
+
+go 1.15
+
+require (
+ github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
+ github.com/gorilla/mux v1.8.0
+ github.com/rs/zerolog v1.26.0
+ github.com/technoweenie/multipartstreamer v1.0.1 // indirect
+)