2021-11-28 16:55:39 -03:00
|
|
|
module github.com/fiatjaf/relayer
|
2021-01-13 23:46:06 -03:00
|
|
|
|
2022-07-24 11:48:34 -03:00
|
|
|
go 1.18
|
2021-01-13 23:46:06 -03:00
|
|
|
|
|
|
|
require (
|
2022-07-15 17:32:53 -03:00
|
|
|
github.com/fiatjaf/go-nostr v0.7.3
|
2021-01-13 23:46:06 -03:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-02-17 16:59:56 -03:00
|
|
|
github.com/jmoiron/sqlx v1.3.1
|
2021-01-13 23:46:06 -03:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
|
|
github.com/lib/pq v1.8.0
|
|
|
|
github.com/rs/cors v1.7.0
|
|
|
|
github.com/rs/zerolog v1.20.0
|
|
|
|
)
|
2022-07-24 11:48:34 -03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
|
|
github.com/valyala/fastjson v1.6.3 // indirect
|
|
|
|
)
|