migrate to new nostr library
This commit is contained in:
@@ -3,7 +3,7 @@ package store
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"next.orly.dev/pkg/encoders/envelopes/okenvelope"
|
||||
"git.mleku.dev/mleku/nostr/encoders/envelopes/okenvelope"
|
||||
)
|
||||
|
||||
type Responder = http.ResponseWriter
|
||||
|
||||
@@ -12,9 +12,9 @@ import (
|
||||
|
||||
"next.orly.dev/app/config"
|
||||
"next.orly.dev/pkg/database/indexes/types"
|
||||
"next.orly.dev/pkg/encoders/event"
|
||||
"next.orly.dev/pkg/encoders/filter"
|
||||
"next.orly.dev/pkg/encoders/tag"
|
||||
"git.mleku.dev/mleku/nostr/encoders/event"
|
||||
"git.mleku.dev/mleku/nostr/encoders/filter"
|
||||
"git.mleku.dev/mleku/nostr/encoders/tag"
|
||||
)
|
||||
|
||||
// I am a type for a persistence layer for nostr events handled by a relay.
|
||||
|
||||
Reference in New Issue
Block a user