aboutsummaryrefslogblamecommitdiffstats
path: root/telebot/go.mod
blob: 0907cbbac14413ae823276db3e16da43d0840904 (plain) (tree)
1
2
3
4
5
6
7
8
9
              
 
       

         
                                                                           
                                     
                                     
                                                                    
                                              
 
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
	github.com/terminaldweller/grpc v1.0.2
)