16 lines
362 B
Modula-2
16 lines
362 B
Modula-2
module watn3y/bloaterbotv3
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
github.com/rs/zerolog v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|