aboutsummaryrefslogtreecommitdiffstats
path: root/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 /go.mod
parenteca962d7c26bbea57801576935b98f3540e43da6 (diff)
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a9bafa6..047a2e6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
1module axon 1module code.northwest.io/axon
2 2
3go 1.25.5 3go 1.25.5
4 4