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

@@ -8,7 +8,7 @@ import (
"time"
"github.com/cockroachdb/pebble"
"github.com/fiatjaf/go-nostr"
"github.com/nbd-wtf/go-nostr"
"github.com/fiatjaf/relayer"
"github.com/kelseyhightower/envconfig"
)