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 /cmd/axon/go.mod | |
| parent | eca962d7c26bbea57801576935b98f3540e43da6 (diff) | |
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'cmd/axon/go.mod')
| -rw-r--r-- | cmd/axon/go.mod | 10 |
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 @@ | |||
| 1 | module axon/cli | 1 | module code.northwest.io/axon/cli |
| 2 | 2 | ||
| 3 | go 1.25.5 | 3 | go 1.25.5 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 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 | ||
| 17 | replace ( | 17 | replace ( |
| 18 | axon => ../../ | 18 | code.northwest.io/axon => ../../ |
| 19 | axon/relay => ../../relay | 19 | code.northwest.io/axon/relay => ../../relay |
| 20 | ) | 20 | ) |
