diff options
| author | bndw <ben@bdw.to> | 2026-02-16 12:04:20 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-16 12:04:20 -0800 |
| commit | 02d6819ebfdc5b18d65c83c4077a040466960bac (patch) | |
| tree | 7a9b0875c7910a93b314d28759da8a171dc1a190 /internal/handler/grpc/convert_test.go | |
| parent | e7c37e80f0ebd0894df45cf2e9f4f29e16a781d7 (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/handler/grpc/convert_test.go')
| -rw-r--r-- | internal/handler/grpc/convert_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/grpc/convert_test.go b/internal/handler/grpc/convert_test.go index 7ef08f9..64f5b73 100644 --- a/internal/handler/grpc/convert_test.go +++ b/internal/handler/grpc/convert_test.go | |||
| @@ -4,7 +4,7 @@ import ( | |||
| 4 | "testing" | 4 | "testing" |
| 5 | 5 | ||
| 6 | pb "northwest.io/muxstr/api/nostr/v1" | 6 | pb "northwest.io/muxstr/api/nostr/v1" |
| 7 | "northwest.io/nostr" | 7 | "code.northwest.io/nostr" |
| 8 | ) | 8 | ) |
| 9 | 9 | ||
| 10 | func TestNostrToPB(t *testing.T) { | 10 | func TestNostrToPB(t *testing.T) { |
