Update Go module dependencies and version in go.mod and go.sum files

This commit is contained in:
2025-10-30 18:49:23 -05:00
parent 575657bbc5
commit bb98248830
2 changed files with 21 additions and 4 deletions

9
go.mod
View File

@@ -1,5 +1,10 @@
module github.com/Sudo-Ivan/reticulum-go
go 1.25
go 1.24.0
require golang.org/x/crypto v0.42.0
require (
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/crypto v0.43.0
)
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect