mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-18 22:03:02 +01:00
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
|
module github.com/fiatjaf/go-nostr
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/fiatjaf/bip340 v1.0.0
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
)
|