go mod tidy works now at least.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
package bluge
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
"fiatjaf.com/nostr"
|
||||
"fiatjaf.com/nostr/eventstore"
|
||||
"github.com/blugelabs/bluge"
|
||||
"github.com/blugelabs/bluge/analysis/token"
|
||||
"fiatjaf.com/nostr/eventstore"
|
||||
"golang.org/x/text/unicode/norm"
|
||||
)
|
||||
|
||||
@@ -50,3 +52,7 @@ func (b *BlugeBackend) Init() error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (b *BlugeBackend) CountEvents(nostr.Filter) (int64, error) {
|
||||
return 0, errors.New("not supported")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user