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 --- cmd/axon/go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd/axon/go.mod') diff --git a/cmd/axon/go.mod b/cmd/axon/go.mod index 2f26fca..f5438b0 100644 --- a/cmd/axon/go.mod +++ b/cmd/axon/go.mod @@ -1,10 +1,10 @@ -module axon/cli +module code.northwest.io/axon/cli go 1.25.5 require ( - axon v0.0.0 - axon/relay v0.0.0 + code.northwest.io/axon v0.0.0 + code.northwest.io/axon/relay v0.0.0 github.com/vmihailenco/msgpack/v5 v5.4.1 ) @@ -15,6 +15,6 @@ require ( ) replace ( - axon => ../../ - axon/relay => ../../relay + code.northwest.io/axon => ../../ + code.northwest.io/axon/relay => ../../relay ) -- cgit v1.2.3