aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: a9bafa6264cb8e10ac4d19e626fa64d2f4a54b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module axon

go 1.25.5

require (
	github.com/vmihailenco/msgpack/v5 v5.4.1
	golang.org/x/crypto v0.48.0
)

require (
	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
	golang.org/x/sys v0.41.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)