14 lines
363 B
Modula-2
14 lines
363 B
Modula-2
module mk-statistics
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
|
|
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
|
|
)
|