Update Go version to 1.25 and upgrade golang.org/x/crypto dependency to v0.42.0

This commit is contained in:
2025-09-25 03:29:09 -05:00
parent 064b2b10b8
commit 98c8d35f1e
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module github.com/Sudo-Ivan/reticulum-go
go 1.24.6
go 1.25
require golang.org/x/crypto v0.41.0
require golang.org/x/crypto v0.42.0