summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2019-04-09 18:14:00 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2019-04-09 18:14:00 +0300
commitf42a0559562be0fa571db8f34743afce1a9602c6 (patch)
treed06c0e4f516ce9aa10442943153ddc3705e113a4 /go.mod
first commit
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..4b87825
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module transport
+
+go 1.12
+
+require (
+ github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
+ github.com/neonxp/rutina v0.4.3
+ github.com/neonxp/tamtam v0.1.0
+ github.com/technoweenie/multipartstreamer v1.0.1 // indirect
+)