first commit

This commit is contained in:
Timofey.Kovalev
2021-06-10 21:12:47 +03:00
commit 7fdb46d208
10 changed files with 1076 additions and 0 deletions

12
go.mod Normal file
View File

@ -0,0 +1,12 @@
module mk-statistics
go 1.16
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/jessevdk/go-flags v1.5.0
github.com/lib/pq v1.10.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)