From b83e529d5a03b0a2cee327601ca45879ce97f542 Mon Sep 17 00:00:00 2001 From: Artem Date: Wed, 11 Sep 2019 11:16:51 +0300 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b63227e..05e888f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/go-telegram-bot-api/telegram-bot-api/v5 +module github.com/temamagic/telegram-bot-api require github.com/technoweenie/multipartstreamer v1.0.1