mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-19 10:36:42 +01:00
use our own dataloader and simplify batch replaceable requests, removing bugs.
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
|
||||
"github.com/fiatjaf/eventstore"
|
||||
"github.com/fiatjaf/eventstore/nullstore"
|
||||
"github.com/graph-gophers/dataloader/v7"
|
||||
"github.com/nbd-wtf/go-nostr"
|
||||
"github.com/nbd-wtf/go-nostr/sdk/cache"
|
||||
cache_memory "github.com/nbd-wtf/go-nostr/sdk/cache/memory"
|
||||
"github.com/nbd-wtf/go-nostr/sdk/dataloader"
|
||||
"github.com/nbd-wtf/go-nostr/sdk/hints"
|
||||
"github.com/nbd-wtf/go-nostr/sdk/hints/memoryh"
|
||||
"github.com/nbd-wtf/go-nostr/sdk/kvstore"
|
||||
|
||||
Reference in New Issue
Block a user