-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
19 lines (17 loc) · 863 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/CoreDumped-ETSISI/etsisi-telegram-bot
go 1.12
require (
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-redis/redis v0.0.0-20190221082904-bd542089bb6e
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/guad/commander v0.0.0-20190614120819-af7da931b30e
github.com/mattn/go-runewidth v0.0.0-20181218000649-703b5e6b11ae // indirect
github.com/olekukonko/tablewriter v0.0.0-20190214164707-93462a5dfaa6
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
)