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

go 1.25.5

require (
	github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
	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
)