aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
blob: 71766e558c6b88a69342e1f9c68ab9dd00455f09 (plain) (blame)
1
2
3
4
5
6
7
8
9
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
)