Add post-quantum support
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 26s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 26s
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user