13 lines
272 B
Modula-2
13 lines
272 B
Modula-2
|
module gogs.siteop.biz/shoopea/chirpnest
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
github.com/jinzhu/copier v0.2.8
|
||
|
github.com/robfig/cron/v3 v3.0.1
|
||
|
github.com/streadway/amqp v1.0.0
|
||
|
github.com/tidwall/pretty v1.1.0
|
||
|
gopkg.in/tucnak/telebot.v2 v2.3.5
|
||
|
)
|