Tidy go mod files.

This commit is contained in:
Syfaro 2020-07-23 17:09:15 -05:00
parent 4acb1cebba
commit e599156631
2 changed files with 1 additions and 6 deletions

5
go.mod
View file

@ -1,8 +1,5 @@
module github.com/go-telegram-bot-api/telegram-bot-api/v5
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/technoweenie/multipartstreamer v1.0.1
)
require github.com/technoweenie/multipartstreamer v1.0.1
go 1.13