Added telegram version

This commit is contained in:
Artyom Belousov 2021-06-06 12:22:36 +03:00
parent cc2058090c
commit e69884ce52
9 changed files with 111 additions and 24 deletions

2
go.mod
View file

@ -8,10 +8,12 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
gopkg.in/h2non/gock.v1 v1.0.16