forked from fiatjaf/lntxbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (38 loc) · 1.67 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/fiatjaf/lntxbot
go 1.16
require (
github.com/JohannesKaufmann/html-to-markdown v1.2.0
github.com/PuerkitoBio/goquery v1.5.1
github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46
github.com/bwmarrin/discordgo v0.22.0
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/fiatjaf/eclair-go v0.2.3
github.com/fiatjaf/go-lnurl v1.8.2
github.com/fiatjaf/ln-decodepay v1.1.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gorilla/mux v1.7.4
github.com/hashicorp/golang-lru v0.5.4
github.com/imroc/req v0.3.0
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.7.0
github.com/lithammer/fuzzysearch v1.1.0
github.com/lucsky/cuid v1.0.2
github.com/msingleton/amplitude-go v0.0.0-20200312121213-b7c11448c30e
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.20.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/soudy/mathcat v0.0.0-20201027222343-588f3d377cb9
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tidwall/gjson v1.8.1
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
github.com/willf/bitset v1.1.10 // indirect
gopkg.in/antage/eventsource.v1 v1.0.0-20150318155416-803f4c5af225
gopkg.in/jmcvetta/napping.v3 v3.2.0
gopkg.in/redis.v5 v5.2.9
)
replace github.com/fiatjaf/eclair-go => /home/fiatjaf/comp/eclair-go