update import paths.

This commit is contained in:
fiatjaf
2025-04-15 08:51:25 -03:00
parent 76032dc089
commit f493293be2
106 changed files with 224 additions and 224 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
"github.com/urfave/cli/v3"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
)
var delete_ = &cli.Command{
+10 -10
View File
@@ -9,16 +9,16 @@ import (
"os"
"strings"
"github.com/fiatjaf/eventstore"
"github.com/fiatjaf/eventstore/badger"
"github.com/fiatjaf/eventstore/elasticsearch"
"github.com/fiatjaf/eventstore/lmdb"
"github.com/fiatjaf/eventstore/mysql"
"github.com/fiatjaf/eventstore/postgresql"
"github.com/fiatjaf/eventstore/slicestore"
"github.com/fiatjaf/eventstore/sqlite3"
"github.com/fiatjaf/eventstore/strfry"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr/eventstore"
"fiatjaf.com/nostr/eventstore/badger"
"fiatjaf.com/nostr/eventstore/elasticsearch"
"fiatjaf.com/nostr/eventstore/lmdb"
"fiatjaf.com/nostr/eventstore/mysql"
"fiatjaf.com/nostr/eventstore/postgresql"
"fiatjaf.com/nostr/eventstore/slicestore"
"fiatjaf.com/nostr/eventstore/sqlite3"
"fiatjaf.com/nostr/eventstore/strfry"
"fiatjaf.com/nostr"
"github.com/urfave/cli/v3"
)
+3 -3
View File
@@ -7,9 +7,9 @@ import (
"os"
"path/filepath"
"github.com/fiatjaf/eventstore"
"github.com/fiatjaf/eventstore/mmm"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr/eventstore"
"fiatjaf.com/nostr/eventstore/mmm"
"fiatjaf.com/nostr"
"github.com/rs/zerolog"
)
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"fmt"
"runtime"
"github.com/fiatjaf/eventstore"
"fiatjaf.com/nostr/eventstore"
)
func doMmmInit(path string) (eventstore.Store, error) {
+3 -3
View File
@@ -10,9 +10,9 @@ import (
"github.com/urfave/cli/v3"
"github.com/mailru/easyjson"
"github.com/nbd-wtf/go-nostr"
"github.com/nbd-wtf/go-nostr/nip77/negentropy"
"github.com/nbd-wtf/go-nostr/nip77/negentropy/storage/vector"
"fiatjaf.com/nostr"
"fiatjaf.com/nostr/nip77/negentropy"
"fiatjaf.com/nostr/nip77/negentropy/storage/vector"
)
var neg = &cli.Command{
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"os"
"github.com/urfave/cli/v3"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
)
// this is the default command when no subcommands are given, we will just try everything
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
"github.com/mailru/easyjson"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
"github.com/urfave/cli/v3"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/urfave/cli/v3"
"github.com/mailru/easyjson"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
)
var save = &cli.Command{