Melora Hugues
d9c57f7441
All checks were successful
continuous-integration/drone/push Build is passing
Ref #13 This commit uses markdown formatting to improve the messages sent to the Telegram bot.
9 lines
187 B
Modula-2
9 lines
187 B
Modula-2
module git.faercol.me/faercol/public-ip-tracker/tracker
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ahugues/go-telegram-api v0.2.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
)
|