diff options
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 | ) |
