2021-09-10 08:52:44 +02:00
|
|
|
module github.com/LightningTipBot/LightningTipBot
|
|
|
|
|
|
2022-04-29 22:05:28 +02:00
|
|
|
go 1.17
|
2021-09-10 08:52:44 +02:00
|
|
|
|
|
|
|
|
require (
|
2021-09-25 14:07:29 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2022-04-29 22:05:28 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
2022-04-29 14:28:12 +02:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46
|
2021-10-29 22:04:53 +02:00
|
|
|
github.com/eko/gocache v1.2.0
|
2021-11-15 01:03:09 +01:00
|
|
|
github.com/fiatjaf/go-lnurl v1.8.4
|
2021-09-10 08:52:44 +02:00
|
|
|
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
|
2022-04-29 14:28:12 +02:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
2021-09-25 14:07:29 +02:00
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.1.2
|
2021-12-23 10:16:13 +01:00
|
|
|
github.com/orcaman/concurrent-map v1.0.0
|
2021-10-29 22:04:53 +02:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-12-06 22:22:02 +01:00
|
|
|
github.com/sethvargo/go-limiter v0.7.2
|
2021-10-29 22:04:53 +02:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2021-09-10 08:52:44 +02:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2021-10-26 19:37:04 +02:00
|
|
|
github.com/tidwall/buntdb v1.2.7
|
2022-04-29 14:28:12 +02:00
|
|
|
github.com/tidwall/gjson v1.12.1
|
|
|
|
|
github.com/tidwall/sjson v1.2.4
|
2022-05-02 23:36:51 +02:00
|
|
|
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
|
2022-04-29 22:05:28 +02:00
|
|
|
golang.org/x/text v0.3.6
|
2021-12-06 22:22:02 +01:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2022-04-29 14:28:12 +02:00
|
|
|
gopkg.in/lightningtipbot/telebot.v3 v3.0.0-20220326213923-f323bb71ac8e
|
2021-09-10 08:52:44 +02:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
|
|
|
|
gorm.io/gorm v1.21.12
|
|
|
|
|
)
|
2021-12-01 11:24:28 +01:00
|
|
|
|
|
|
|
|
// replace gopkg.in/lightningtipbot/telebot.v2 => ../telebot
|