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/subscription/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relay/subscription') diff --git a/relay/subscription/manager.go b/relay/subscription/manager.go index d8ba653..c9de403 100644 --- a/relay/subscription/manager.go +++ b/relay/subscription/manager.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "axon" + "code.northwest.io/axon" ) // Subscription holds a single client subscription: an ID, a set of filters, -- cgit v1.2.3