aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/axon/main.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
committerbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
commit170bdf9c14899e436e7aae4411bcb5cd166e7217 (patch)
tree1c865de97bcc5d2a12e35426d53b939222c57f03 /cmd/axon/main.go
parenteca962d7c26bbea57801576935b98f3540e43da6 (diff)
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'cmd/axon/main.go')
-rw-r--r--cmd/axon/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/axon/main.go b/cmd/axon/main.go
index 9076687..bc7bd88 100644
--- a/cmd/axon/main.go
+++ b/cmd/axon/main.go
@@ -24,8 +24,8 @@ import (
24 "syscall" 24 "syscall"
25 "time" 25 "time"
26 26
27 "axon" 27 "code.northwest.io/axon"
28 ws "axon/relay/websocket" 28 ws "code.northwest.io/axon/relay/websocket"
29 29
30 "github.com/vmihailenco/msgpack/v5" 30 "github.com/vmihailenco/msgpack/v5"
31) 31)