From 170bdf9c14899e436e7aae4411bcb5cd166e7217 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 9 Mar 2026 17:50:44 -0700 Subject: refactor: rename modules to code.northwest.io/axon --- relay/handler.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'relay/handler.go') 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 ( "github.com/vmihailenco/msgpack/v5" - "axon" - "axon/relay/storage" - "axon/relay/subscription" - ws "axon/relay/websocket" + "code.northwest.io/axon" + "code.northwest.io/axon/relay/storage" + "code.northwest.io/axon/relay/subscription" + ws "code.northwest.io/axon/relay/websocket" ) // Wire protocol message type constants. -- cgit v1.2.3