1
0
mirror of https://github.com/nbd-wtf/satdress.git synced 2024-09-23 01:20:34 +00:00
satdress-mirror/go.mod

17 lines
469 B
Modula-2
Raw Normal View History

2021-08-13 16:21:00 +00:00
module github.com/fiatjaf/satdress
go 1.16
require (
github.com/cockroachdb/pebble v0.0.0-20210812144839-61318a019370
github.com/fiatjaf/go-lnurl v1.4.0
github.com/fiatjaf/makeinvoice v1.2.3
2021-08-13 16:21:00 +00:00
github.com/gorilla/mux v1.8.0
2021-08-20 12:32:45 +00:00
github.com/joho/godotenv v1.3.0 // indirect
2021-08-13 16:21:00 +00:00
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rs/zerolog v1.23.0
github.com/tidwall/sjson v1.1.7
)