module github.com/fiatjaf/nostr-relay go 1.15 require ( github.com/fiatjaf/go-nostr v0.1.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/mattn/go-sqlite3 v1.14.6 github.com/rs/cors v1.7.0 github.com/rs/zerolog v1.20.0 )