Add post-quantum support
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 26s

This commit is contained in:
2025-11-06 16:21:54 +01:00
parent 2e40d02605
commit d9df32f7cf
5 changed files with 19 additions and 13 deletions

6
go.mod
View File

@@ -1,10 +1,10 @@
module sshserver
go 1.21
go 1.24.0
require (
github.com/creack/pty/v2 v2.0.1
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
golang.org/x/crypto v0.43.0
)
require golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
require golang.org/x/sys v0.37.0 // indirect