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

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"math"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
)
const (

View File

@@ -7,7 +7,7 @@ import (
"github.com/kr/pretty"
"github.com/mailru/easyjson"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
)
func TestBaseCase(t *testing.T) {

View File

@@ -4,7 +4,7 @@ import (
"testing"
"github.com/mailru/easyjson"
"github.com/nbd-wtf/go-nostr"
"fiatjaf.com/nostr"
)
func TestTagFiltering(t *testing.T) {