pam_ussh/go.mod
Renovate[BOT] 5278bf2edf
All checks were successful
Build Module / Build Module (push) Successful in 24s
fix(deps): update module golang.org/x/crypto to v0.31.0 (#27)
Reviewed-on: #27
Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net>
Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
2024-12-12 05:54:34 +00:00

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
)