aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/axon/go.mod
blob: f5438b0b690e16f1a08ea1af8f38d99ca40b46c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module code.northwest.io/axon/cli

go 1.25.5

require (
	code.northwest.io/axon v0.0.0
	code.northwest.io/axon/relay v0.0.0
	github.com/vmihailenco/msgpack/v5 v5.4.1
)

require (
	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
	golang.org/x/crypto v0.48.0 // indirect
	golang.org/x/sys v0.41.0 // indirect
)

replace (
	code.northwest.io/axon => ../../
	code.northwest.io/axon/relay => ../../relay
)