diff options
Diffstat (limited to 'cmd/axon/main.go')
| -rw-r--r-- | cmd/axon/main.go | 4 |
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 | ) |
