diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -3,8 +3,12 @@ module axon | |||
| 3 | go 1.25.5 | 3 | go 1.25.5 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | 6 | github.com/vmihailenco/msgpack/v5 v5.4.1 |
| 7 | golang.org/x/crypto v0.48.0 | ||
| 8 | ) | ||
| 9 | |||
| 10 | require ( | ||
| 7 | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | 11 | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
| 8 | golang.org/x/crypto v0.48.0 // indirect | ||
| 9 | golang.org/x/sys v0.41.0 // indirect | 12 | golang.org/x/sys v0.41.0 // indirect |
| 13 | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| 10 | ) | 14 | ) |
