blob: 047a2e60bebc96c08cc7c7cf3f603b0503988bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
module code.northwest.io/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
)
|