2021-01-31 11:05:09 -03:00
|
|
|
module github.com/fiatjaf/go-nostr
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-01-06 08:24:20 -03:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
|
|
|
github.com/fiatjaf/bip340 v1.1.1
|
2021-01-31 11:05:09 -03:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
)
|