mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-10 17:04:21 +01:00
23 lines
621 B
Modula-2
23 lines
621 B
Modula-2
module github.com/fiatjaf/relayer
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/fiatjaf/go-nostr v0.7.3
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jmoiron/sqlx v1.3.1
|
|
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
|
|
)
|
|
|
|
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
|
|
)
|