diff options
Diffstat (limited to 'cmd/axon/go.mod')
| -rw-r--r-- | cmd/axon/go.mod | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cmd/axon/go.mod b/cmd/axon/go.mod new file mode 100644 index 0000000..2f26fca --- /dev/null +++ b/cmd/axon/go.mod | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | module axon/cli | ||
| 2 | |||
| 3 | go 1.25.5 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | axon v0.0.0 | ||
| 7 | axon/relay v0.0.0 | ||
| 8 | github.com/vmihailenco/msgpack/v5 v5.4.1 | ||
| 9 | ) | ||
| 10 | |||
| 11 | require ( | ||
| 12 | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
| 13 | golang.org/x/crypto v0.48.0 // indirect | ||
| 14 | golang.org/x/sys v0.41.0 // indirect | ||
| 15 | ) | ||
| 16 | |||
| 17 | replace ( | ||
| 18 | axon => ../../ | ||
| 19 | axon/relay => ../../relay | ||
| 20 | ) | ||
