mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-07-23 22:21:22 +00:00
22 lines
609 B
AMPL
22 lines
609 B
AMPL
module github.com/tiennm99/miti99bot
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/go-telegram/bot v1.20.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
go.mongodb.org/mongo-driver/v2 v2.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/klauspost/compress v1.17.6 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.2.0 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
|
golang.org/x/crypto v0.51.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|