aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/axon/go.mod
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/go.mod
parenteca962d7c26bbea57801576935b98f3540e43da6 (diff)
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'cmd/axon/go.mod')
-rw-r--r--cmd/axon/go.mod10
1 files changed, 5 insertions, 5 deletions
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 @@
1module axon/cli 1module code.northwest.io/axon/cli
2 2
3go 1.25.5 3go 1.25.5
4 4
5require ( 5require (
6 axon v0.0.0 6 code.northwest.io/axon v0.0.0
7 axon/relay v0.0.0 7 code.northwest.io/axon/relay v0.0.0
8 github.com/vmihailenco/msgpack/v5 v5.4.1 8 github.com/vmihailenco/msgpack/v5 v5.4.1
9) 9)
10 10
@@ -15,6 +15,6 @@ require (
15) 15)
16 16
17replace ( 17replace (
18 axon => ../../ 18 code.northwest.io/axon => ../../
19 axon/relay => ../../relay 19 code.northwest.io/axon/relay => ../../relay
20) 20)