mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-15 12:50:37 +02:00
* 🚧 minor changes to all handlers... * 🚧 passing callback to tryEditStack * 🚧 edit and delete callback messages * 🚧 refactor again * 🚧 uncomment this * 🚧 using ctx.Message().Text * 🚧 refactor * 🚧 refactor * 🚧 uncomment * context not queruy * 🚧 update forked lightningtipbot * 🚧 reset ArticleResult * fix inline receive * readd shop * remove chat from shopView Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/LightningTipBot/LightningTipBot
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46 // indirect
|
|
github.com/eko/gocache v1.2.0
|
|
github.com/fiatjaf/go-lnurl v1.8.4
|
|
github.com/fiatjaf/ln-decodepay v1.1.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/imroc/req v0.3.0
|
|
github.com/jinzhu/configor v1.2.1
|
|
github.com/makiuchi-d/gozxing v0.0.2
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/nicksnyder/go-i18n/v2 v2.1.2
|
|
github.com/orcaman/concurrent-map v1.0.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/sethvargo/go-limiter v0.7.2
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tidwall/buntdb v1.2.7
|
|
github.com/tidwall/gjson v1.10.2
|
|
golang.org/x/text v0.3.5
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
gopkg.in/lightningtipbot/telebot.v3 v3.0.0-20220326213923-f323bb71ac8e // indirect
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.12
|
|
)
|
|
|
|
// replace gopkg.in/lightningtipbot/telebot.v2 => ../telebot
|