forked from heierbtc/satdress-mirror
17 lines
469 B
Modula-2
17 lines
469 B
Modula-2
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
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/joho/godotenv v1.3.0 // indirect
|
|
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
|
|
)
|