diff options
| author | bndw <ben@bdw.to> | 2026-03-09 17:50:44 -0700 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-03-09 17:50:44 -0700 |
| commit | 170bdf9c14899e436e7aae4411bcb5cd166e7217 (patch) | |
| tree | 1c865de97bcc5d2a12e35426d53b939222c57f03 /relay/handler.go | |
| parent | eca962d7c26bbea57801576935b98f3540e43da6 (diff) | |
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'relay/handler.go')
| -rw-r--r-- | relay/handler.go | 8 |
1 files changed, 4 insertions, 4 deletions
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 ( | |||
| 9 | 9 | ||
| 10 | "github.com/vmihailenco/msgpack/v5" | 10 | "github.com/vmihailenco/msgpack/v5" |
| 11 | 11 | ||
| 12 | "axon" | 12 | "code.northwest.io/axon" |
| 13 | "axon/relay/storage" | 13 | "code.northwest.io/axon/relay/storage" |
| 14 | "axon/relay/subscription" | 14 | "code.northwest.io/axon/relay/subscription" |
| 15 | ws "axon/relay/websocket" | 15 | ws "code.northwest.io/axon/relay/websocket" |
| 16 | ) | 16 | ) |
| 17 | 17 | ||
| 18 | // Wire protocol message type constants. | 18 | // Wire protocol message type constants. |
