Update dependencies and minimum key size

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-02-13 16:04:07 +01:00
parent aa785c77a0
commit 44e622fc27
4 changed files with 14 additions and 9 deletions

6
go.mod
View File

@ -1,10 +1,10 @@
module github.com/jantytgat/go-transcrypt
go 1.23
go 1.24
require (
github.com/minio/sio v0.4.1
golang.org/x/crypto v0.32.0
golang.org/x/crypto v0.33.0
)
require golang.org/x/sys v0.29.0 // indirect
require golang.org/x/sys v0.30.0 // indirect