mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-04-01 08:28:23 +02:00
15 lines
321 B
Modula-2
15 lines
321 B
Modula-2
module github.com/fiatjaf/relayer
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fiatjaf/go-nostr v0.2.1
|
|
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
|
|
)
|