mirror of
https://github.com/nbd-wtf/satdress.git
synced 2024-11-11 16:30:35 +00:00
16 lines
424 B
Modula-2
16 lines
424 B
Modula-2
module github.com/nbd-wtf/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.5.3
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/lib/pq v1.10.3
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/rs/zerolog v1.23.0
|
|
github.com/tidwall/sjson v1.1.7
|
|
)
|