aboutsummaryrefslogtreecommitdiffstats
path: root/relay/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'relay/handler.go')
-rw-r--r--relay/handler.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/relay/handler.go b/relay/handler.go
index afd9622..c098a66 100644
--- a/relay/handler.go
+++ b/relay/handler.go
@@ -9,10 +9,10 @@ import (
9 9
10 "github.com/vmihailenco/msgpack/v5" 10 "github.com/vmihailenco/msgpack/v5"
11 11
12 "axon" 12 "code.northwest.io/axon"
13 "axon/relay/storage" 13 "code.northwest.io/axon/relay/storage"
14 "axon/relay/subscription" 14 "code.northwest.io/axon/relay/subscription"
15 ws "axon/relay/websocket" 15 ws "code.northwest.io/axon/relay/websocket"
16) 16)
17 17
18// Wire protocol message type constants. 18// Wire protocol message type constants.