mirror of
https://git.sr.ht/~hamburghammer/sshlog
synced 2024-12-22 21:17:40 +01:00
10 lines
167 B
Modula-2
10 lines
167 B
Modula-2
module git.sr.ht/~hamburghammer/sshlog
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/crypto v0.27.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.25.0 // indirect
|