mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-30 12:36:05 +02:00
20 lines
567 B
Modula-2
20 lines
567 B
Modula-2
module github.com/fiatjaf/nostr-relay
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fiatjaf/schnorr v0.2.1-hack
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/kr/pretty v0.2.1
|
|
github.com/lib/pq v1.8.0
|
|
github.com/mattn/go-sqlite3 v1.14.4
|
|
github.com/rs/cors v1.7.0
|
|
github.com/rs/zerolog v1.20.0
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
gopkg.in/antage/eventsource.v1 v1.0.0-20150318155416-803f4c5af225
|
|
)
|