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/storage/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relay/storage') diff --git a/relay/storage/events.go b/relay/storage/events.go index cf10097..0f642bb 100644 --- a/relay/storage/events.go +++ b/relay/storage/events.go @@ -7,7 +7,7 @@ import ( "fmt" "strings" - "axon" + "code.northwest.io/axon" ) // ErrDuplicate is returned by StoreEvent when the event ID already exists. -- cgit v1.2.3