1
0
Fork 0
hswro-alarm-bot/go.mod

19 lines
491 B
Modula-2
Raw Normal View History

2024-02-08 18:23:46 +00:00
module alarm_bot
go 1.19
require (
2024-03-06 18:26:05 +00:00
git.sr.ht/~michalr/go-satel v0.0.0-20240306182245-7ac13d8e4733
2024-02-08 18:23:46 +00:00
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
2024-02-10 23:13:31 +00:00
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-03-04 20:11:34 +00:00
golang.org/x/text v0.14.0 // indirect
2024-02-10 23:13:31 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2024-02-08 18:23:46 +00:00
)
2024-02-25 06:58:23 +00:00
replace github.com/probakowski/go-satel => git.sr.ht/~michalr/go-satel v0.0.0-20211120120346-bed9818777ce