module bloop go 1.14 require ( github.com/davecgh/go-spew v1.1.1 github.com/enescakir/emoji v1.0.0 github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible github.com/google/uuid v1.1.2 github.com/hashicorp/golang-lru v0.5.4 github.com/kelseyhightower/envconfig v1.4.0 github.com/nicksnyder/go-i18n/v2 v2.1.1 // indirect github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/valyala/fastrand v1.0.0 go.etcd.io/bbolt v1.3.5 go.uber.org/zap v1.16.0 golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/text v0.3.4 // indirect golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b // indirect )