13 lines
349 B
Modula-2
13 lines
349 B
Modula-2
module watn3y/bloaterbotv3
|
|
|
|
go 1.20
|
|
|
|
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.17
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rs/zerolog v1.30.0
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|