summaryrefslogtreecommitdiffstats
path: root/internal/auth/auth_test.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-16 12:04:20 -0800
committerbndw <ben@bdw.to>2026-02-16 12:04:20 -0800
commit02d6819ebfdc5b18d65c83c4077a040466960bac (patch)
tree7a9b0875c7910a93b314d28759da8a171dc1a190 /internal/auth/auth_test.go
parente7c37e80f0ebd0894df45cf2e9f4f29e16a781d7 (diff)
refactor: migrate nostr dependency to code.northwest.io
Updated all import references from northwest.io/nostr to code.northwest.io/nostr and removed the local replace directive from go.mod. The module is now resolved from the published repository.
Diffstat (limited to 'internal/auth/auth_test.go')
-rw-r--r--internal/auth/auth_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/auth/auth_test.go b/internal/auth/auth_test.go
index 68c68f5..b350fda 100644
--- a/internal/auth/auth_test.go
+++ b/internal/auth/auth_test.go
@@ -8,7 +8,7 @@ import (
8 "time" 8 "time"
9 9
10 "google.golang.org/grpc/metadata" 10 "google.golang.org/grpc/metadata"
11 "northwest.io/nostr" 11 "code.northwest.io/nostr"
12) 12)
13 13
14func TestNostrCredentials(t *testing.T) { 14func TestNostrCredentials(t *testing.T) {