fix some dependencies and storage instantiation on example relays.

This commit is contained in:
fiatjaf
2022-11-11 09:46:18 -03:00
parent b903f72945
commit d7aba0b21f
11 changed files with 50 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
"github.com/fiatjaf/go-nostr"
"github.com/nbd-wtf/go-nostr"
)
func (b *PostgresBackend) SaveEvent(evt *nostr.Event) error {