mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-18 13:08:52 +02:00
21 lines
625 B
Modula-2
21 lines
625 B
Modula-2
module github.com/LightningTipBot/LightningTipBot
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fiatjaf/go-lnurl v1.4.0
|
|
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/sirupsen/logrus v1.2.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tidwall/btree v0.6.1 // indirect
|
|
github.com/tidwall/buntdb v1.2.6
|
|
github.com/tidwall/gjson v1.8.1
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
gopkg.in/tucnak/telebot.v2 v2.3.5
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.12
|
|
)
|