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

         
                                                                           
                                     
                                     

                                                                    
module telebot

go 1.17

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
)