first commit
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user