module trbot go 1.23.0 toolchain go1.23.5 require ( github.com/go-telegram/bot v1.16.0 github.com/joho/godotenv v1.5.1 github.com/multiplay/go-ts3 v1.2.0 github.com/pkg/errors v0.9.1 github.com/redis/go-redis/v9 v9.7.1 github.com/rs/zerolog v1.34.0 golang.org/x/image v0.23.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.19 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect golang.org/x/crypto v0.37.0 // indirect golang.org/x/sys v0.32.0 // indirect )