diff options
Diffstat (limited to 'internal/handler/websocket/handler.go')
| -rw-r--r-- | internal/handler/websocket/handler.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/handler/websocket/handler.go b/internal/handler/websocket/handler.go index c285df6..f8a7fbd 100644 --- a/internal/handler/websocket/handler.go +++ b/internal/handler/websocket/handler.go | |||
| @@ -7,11 +7,11 @@ import ( | |||
| 7 | "log" | 7 | "log" |
| 8 | "net/http" | 8 | "net/http" |
| 9 | 9 | ||
| 10 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 10 | pb "northwest.io/muxstr/api/nostr/v1" |
| 11 | "northwest.io/nostr-grpc/internal/nostr" | 11 | "northwest.io/muxstr/internal/nostr" |
| 12 | "northwest.io/nostr-grpc/internal/storage" | 12 | "northwest.io/muxstr/internal/storage" |
| 13 | "northwest.io/nostr-grpc/internal/subscription" | 13 | "northwest.io/muxstr/internal/subscription" |
| 14 | "northwest.io/nostr-grpc/internal/websocket" | 14 | "northwest.io/muxstr/internal/websocket" |
| 15 | ) | 15 | ) |
| 16 | 16 | ||
| 17 | type EventStore interface { | 17 | type EventStore interface { |
