go-nostr/go.mod

9 lines
128 B
Modula-2
Raw Permalink Normal View History

2021-01-31 11:05:09 -03:00
module github.com/fiatjaf/go-nostr
go 1.15
require (
github.com/fiatjaf/bip340 v1.0.0
github.com/gorilla/websocket v1.4.2
)