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/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'relay/main.go') diff --git a/relay/main.go b/relay/main.go index 2cfa034..099b28f 100644 --- a/relay/main.go +++ b/relay/main.go @@ -11,8 +11,8 @@ import ( "syscall" "time" - "axon/relay/storage" - "axon/relay/subscription" + "code.northwest.io/axon/relay/storage" + "code.northwest.io/axon/relay/subscription" ) func main() { -- cgit v1.2.3