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/websocket/handler.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/websocket/handler.go')
| -rw-r--r-- | internal/handler/websocket/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/handler.go b/internal/handler/websocket/handler.go index 51288bc..6eb8763 100644 --- a/internal/handler/websocket/handler.go +++ b/internal/handler/websocket/handler.go | |||
| @@ -12,7 +12,7 @@ import ( | |||
| 12 | "northwest.io/muxstr/internal/storage" | 12 | "northwest.io/muxstr/internal/storage" |
| 13 | "northwest.io/muxstr/internal/subscription" | 13 | "northwest.io/muxstr/internal/subscription" |
| 14 | "northwest.io/muxstr/internal/websocket" | 14 | "northwest.io/muxstr/internal/websocket" |
| 15 | "northwest.io/nostr" | 15 | "code.northwest.io/nostr" |
| 16 | ) | 16 | ) |
| 17 | 17 | ||
| 18 | type EventStore interface { | 18 | type EventStore interface { |
