lightningtipbot/go.mod
LightningTipBot 167b581d3e
translations (#71)
* squash

* balance too low message

* add context to start

* add translations

* translation readme

* translations for all

* equalize

* new faucet empty message

* commands

* localize

* add more commands

* adjust

* add language code

* add languageCode context

* cancel handler with struct language

* inline objects use their language

* button translations

* send language

* add GetLnbitsUser

* different localizers

* fix publicLanguageCode

* translate balance and donate

* whatever bro

* translateUser

* pull bro

* asd

* Create nl.toml (#74)

* Create nl.toml

* Update nl.toml

* I18n (#75)

* Whatever brah

* Update es.toml

* Whatever brah

* Update nl.toml (#76)

* clean comments

* fix amount

Co-authored-by: lngohumble <lngohumble@gmail.com>
Co-authored-by: maxmerlin78 <91363235+maxmerlin78@users.noreply.github.com>
Co-authored-by: Koty <89604768+kotyauditore@users.noreply.github.com>
2021-09-25 14:07:29 +02:00

24 lines
727 B
Modula-2

module github.com/LightningTipBot/LightningTipBot
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
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/nicksnyder/go-i18n/v2 v2.1.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
golang.org/x/text v0.3.5
gopkg.in/tucnak/telebot.v2 v2.3.5
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.12
)