All checks were successful
Build Module / Build Module (push) Successful in 24s
Reviewed-on: #27 Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net> Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
15 lines
317 B
Modula-2
15 lines
317 B
Modula-2
module git.auengun.net/GregoryDosh/pam-ussh
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|