Files
go-ssh-server/go.mod
dcorral d9df32f7cf
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 26s
Add post-quantum support
2025-11-06 16:21:54 +01:00

11 lines
149 B
Modula-2

module sshserver
go 1.24.0
require (
github.com/creack/pty/v2 v2.0.1
golang.org/x/crypto v0.43.0
)
require golang.org/x/sys v0.37.0 // indirect